RootDetector

Type Alias RootDetector 

Source
pub type RootDetector = Arc<dyn Fn(&Path) -> Option<PathBuf> + Send + Sync>;
Expand description

Root detection function type

Aliased Typeยง

pub struct RootDetector { /* private fields */ }