Type Alias linera_views::context::MemoryContext
source · pub type MemoryContext<E> = ViewContext<E, MemoryStore>;
Expand description
An implementation of crate::context::Context
that stores all values in memory.
Aliased Type§
struct MemoryContext<E> { /* private fields */ }