pub enum DbOpenResult {
Ready(IndexStore),
NeedsRegeneration {
reason: RegenerationReason,
path: PathBuf,
},
}Expand description
Result of attempting to open a database.
pub enum DbOpenResult {
Ready(IndexStore),
NeedsRegeneration {
reason: RegenerationReason,
path: PathBuf,
},
}Result of attempting to open a database.