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

pub struct ModulePath {
    pub result: Result<ModulePathSuccess, Error>,
    // some fields omitted
}

Information about the path to a module.

Fields

Auto Trait Implementations

impl !Send for ModulePath

impl !Sync for ModulePath