Trait dharitri_wasm::api::CallValueApi
source · pub trait CallValueApi {
type CallValueApiImpl: CallValueApiImpl;
// Required method
fn call_value_api_impl() -> Self::CallValueApiImpl;
}Required Associated Types§
Required Methods§
fn call_value_api_impl() -> Self::CallValueApiImpl
Object Safety§
This trait is not object safe.