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

pub struct ModulePathSuccess {
    pub path: PathBuf,
    pub directory_ownership: DirectoryOwnership,
    // some fields omitted
}

Fields

Trait Implementations

Auto Trait Implementations