linera_sdk::views

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

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