Type Alias jj_lib::repo::BackendInitializer

source ·
pub type BackendInitializer = dyn Fn(&Path) -> Result<Box<dyn Backend>, BackendInitError>;