Struct syntax::parse::parser::ModulePathSuccess   [−][src]
pub struct ModulePathSuccess {
    pub path: PathBuf,
    pub directory_ownership: DirectoryOwnership,
    // some fields omitted
}Fields
path: PathBuf
                           
                           
                           
                           directory_ownership: DirectoryOwnership
                           
                Auto Trait Implementations
impl !Send for ModulePathSuccess
impl !Send for ModulePathSuccessimpl !Sync for ModulePathSuccess
impl !Sync for ModulePathSuccess