Skip to main content

MapView

Type Alias MapView 

Source
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ยง

pub struct MapView<K, V> { /* private fields */ }