Re-exports§
pub use self::backing_store::BackingStore;
pub use self::backing_store::BackingStoreT;
Modules§
Structs§
- FBPool
- Manages a pool of
Fb
instances, backed by an in-memory cache and aBackingStore
for disk persistence. - Fb
- A handle to data managed by an
FBPool
. - Read
Guard - An RAII guard providing immutable access (
Deref
) to the underlying dataT
. - Write
Guard - An RAII guard providing mutable access (
DerefMut
) to the underlying dataT
.