Skip to main content

ByteMapView

Type Alias ByteMapView 

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

pub struct ByteMapView<V> { /* private fields */ }