Type Definition rustbreak::PathDatabase
source · [−]pub type PathDatabase<D, DS> = Database<D, PathBackend, DS>;
Expand description
A database backed by a file, using atomic saves.
pub type PathDatabase<D, DS> = Database<D, PathBackend, DS>;
A database backed by a file, using atomic saves.