Skip to main content

FileMappedUnitStore

Type Alias FileMappedUnitStore 

Source
pub type FileMappedUnitStore<T> = Store<T, PersistentFileMapped<LinkPart<T>>>;
Expand description

The file-mapped doublets store used by DoubletsStorage::open.

Aliased Typeยง

pub struct FileMappedUnitStore<T> { /* private fields */ }