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