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: String
path_exists: bool
result: Result<ModulePathSuccess, ModulePathError>