Trait multiversx_sc::api::ManagedTypeApi
source · pub trait ManagedTypeApi: HandleTypeInfo + StaticVarApi + ErrorApi + Clone + 'static {
type ManagedTypeApiImpl: ManagedTypeApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle, ManagedMapHandle = Self::ManagedMapHandle>;
// Required method
fn managed_type_impl() -> Self::ManagedTypeApiImpl;
}