pub type ViewStorageContext = ViewContext<(), KeyValueStore>;Expand description
Implementation of linera_views::context::Context to be used for data storage
by Linera applications.
Aliased Typeยง
pub struct ViewStorageContext { /* private fields */ }