Module linera_views::context
source · Expand description
The Context
trait and related definitions.
Structs§
- Implementation of the
Context
trait on top of a DB client implementingcrate::store::KeyValueStore
.
Traits§
- The context in which a view is operated. Typically, this includes the client to connect to the database and the address of the current entry.
Functions§
- Provides a
MemoryContext<()>
that can be used for tests.
Type Aliases§
- An implementation of
crate::context::Context
that stores all values in memory.