Trait elrond_wasm::api::ErrorApi

source ·
pub trait ErrorApi: HandleTypeInfo {
    type ErrorApiImpl: ErrorApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    fn error_api_impl() -> Self::ErrorApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§