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