Type Alias OpStoreInitializer

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