Struct rls_analysis::CargoAnalysisLoader []

pub struct CargoAnalysisLoader {
    pub path_prefix: Mutex<Option<PathBuf>>,
    pub target: Target,
    pub crate_blacklist: &'static [&'static str],
}

Fields

Trait Implementations

impl Debug for CargoAnalysisLoader
[src]

Formats the value using the given formatter.

impl AnalysisLoader for CargoAnalysisLoader
[src]