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

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

Information about the path to a module.

Fields

name: String
Unstable (rustc_private)
path_exists: bool
Unstable (rustc_private)
result: Result<ModulePathSuccessModulePathError>
Unstable (rustc_private)