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

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

Information about the path to a module.

Fields

name: String path_exists: bool result: Result<ModulePathSuccessModulePathError>