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