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