pub type RootDetector = Arc<dyn Fn(&Path) -> Option<PathBuf> + Send + Sync>;
Root detection function type
pub struct RootDetector { /* private fields */ }