open_atlas_store_for_project_with_location_validator

Function open_atlas_store_for_project_with_location_validator 

Source
fn open_atlas_store_for_project_with_location_validator<F>(
    path: &Path,
    root: &Path,
    validate_location: F,
) -> Result<AtlasStore, CliError>
where F: FnOnce(&Path) -> DbResult<()>,
Expand description

Validate storage before creating the database parent and opening the store.