pub type MapView<K, V> = MapView<ViewStorageContext, K, V>;
Expand description
An alias to linera_views::map_view::MapView
that uses the WebAssembly-specific
ViewStorageContext
.
Aliased Typeยง
struct MapView<K, V> { /* private fields */ }
pub type MapView<K, V> = MapView<ViewStorageContext, K, V>;
An alias to linera_views::map_view::MapView
that uses the WebAssembly-specific
ViewStorageContext
.
struct MapView<K, V> { /* private fields */ }