Type Alias jj_lib::repo::OpStoreInitializer

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