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