jj_lib::repo

Type Alias OpStoreInitializer

source
pub type OpStoreInitializer<'a> = dyn Fn(&UserSettings, &Path) -> Box<dyn OpStore> + 'a;