Type Alias SubmoduleStoreInitializer

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