Struct syntex_syntax::parse::parser::ModulePath [] [src]

pub struct ModulePath {
    pub name: String,
    pub path_exists: bool,
    pub result: Result<ModulePathSuccess, Error>,
}

Information about the path to a module.

Fields