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 */ }pub type FileMappedUnitStore<T> = Store<T, PersistentFileMapped<LinkPart<T>>>;The file-mapped doublets store used by DoubletsStorage::open.
pub struct FileMappedUnitStore<T> { /* private fields */ }