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