Expand description
§Mangle FactStore
Defines core storage interfaces (Store, Host) and a legacy in-memory storage implementation.
Structs§
Enums§
Traits§
- Fact
Store - A fact store that can be mutated. Implementations must make use of interior mutability.
- Read
Only Fact Store - Lifetime ’a is used for data held by this store.
- Receiver
Functions§
- get_
all_ facts - Invokes cb for every fact in the store.