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

    fn call_value_api_impl() -> Self::CallValueApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§