Skip to main content

QueueView

Type Alias QueueView 

Source
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 */ }