Re-exports§
Modules§
Structs§
- Global
Store - Path
- A slice of a path (akin to
str).
Traits§
- Address
- A simple address trait,
- Key
- General key type
- KeyBounded
- Node
Layer - A
NodeLayeris has the interface of a linked list of key-bounded nodes which implement theModeltrait. It’s assumed that aNodeLayeris always non-empty, and thus should always have afirstandlastnode. - Persisted
- General trait for types which are serialized to disk
- Static
Bounded - Value
- General value type
Functions§
Type Aliases§
- Result
Result<T, Error>