Type Alias linera_sdk::views::CustomSetView
source · pub type CustomSetView<W> = CustomSetView<ViewStorageContext, W>;
Expand description
An alias to linera_views::set_view::CustomSetView
that uses the
WebAssembly-specific ViewStorageContext
.
Aliased Type§
struct CustomSetView<W> { /* private fields */ }