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