pub type SourceRootsProvider = Arc<dyn Fn() -> Vec<String> + Send + Sync>;
Provider returning the current allowed source dirs.
pub struct SourceRootsProvider { /* private fields */ }