Trait multiversx_sc::api::StorageMapperApi
source · pub trait StorageMapperApi: StorageReadApi + StorageWriteApi + ManagedTypeApi + ErrorApi + 'static { }
Expand description
Provided for convenience. Designed to be used in storage mappers.
Object Safety§
This trait is not object safe.