pub trait StaticVarApi: HandleTypeInfo {
    type StaticVarApiImpl: StaticVarApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    fn static_var_api_impl() -> Self::StaticVarApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§