Skip to main content

CustomMapView

Type Alias CustomMapView 

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

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