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