Trait flechasdb::db::stored::LoadDatabase
source · pub trait LoadDatabase<T, FS> {
// Required method
fn load_database<P>(fs: FS, path: P) -> Result<Database<T, FS>, Error>
where P: AsRef<str>;
}Expand description
Capability of loading a database.
Supposed to be specifalized for a specific Database.