PathDatabase

Type Alias PathDatabase 

Source
pub type PathDatabase<D, DS> = Database<D, PathBackend, DS>;
Expand description

A database backed by a file, using atomic saves.

Aliased Typeยง

pub struct PathDatabase<D, DS> { /* private fields */ }