Trait multiversx_sc::api::ErrorApi
source · pub trait ErrorApi: HandleTypeInfo {
type ErrorApiImpl: ErrorApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;
// Required method
fn error_api_impl() -> Self::ErrorApiImpl;
}
Required Associated Types§
type ErrorApiImpl: ErrorApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>
Required Methods§
fn error_api_impl() -> Self::ErrorApiImpl
Object Safety§
This trait is not object safe.