Struct syntax::parse::parser::ModulePath
[−]
[src]
pub struct ModulePath { pub name: String, pub path_exists: bool, pub result: Result<ModulePathSuccess, ModulePathError>, }
Unstable (
rustc_private
)Information about the path to a module.
Fields
name: String
Unstable (
rustc_private
)path_exists: bool
Unstable (
rustc_private
)result: Result<ModulePathSuccess, ModulePathError>
Unstable (
rustc_private
)