Type Definition rdedup_lib::BackendSelectFn[][src]

pub type BackendSelectFn = &'static (dyn Fn(&Url) -> Result<Box<dyn Backend + Send + Sync>> + Send + Sync);
Expand description

Type of user provided closure that will find backend based on URL