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ยง
pub 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.
pub struct QueueView<T> { /* private fields */ }