Skip to main content

SourceRootsProvider

Type Alias SourceRootsProvider 

Source
pub type SourceRootsProvider = Arc<dyn Fn() -> Vec<String> + Send + Sync>;
Expand description

Provider returning the current allowed source dirs.

Aliased Type§

pub struct SourceRootsProvider { /* private fields */ }