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