multiversx_sc::api

Trait EndpointFinishApi

Source
pub trait EndpointFinishApi: HandleTypeInfo + ErrorApi {
    type EndpointFinishApiImpl: EndpointFinishApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    // Required method
    fn finish_api_impl() -> Self::EndpointFinishApiImpl;
}

Required Associated Types§

Source

type EndpointFinishApiImpl: EndpointFinishApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§