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

pub struct ModulePathSuccess {
    pub path: PathBuf,
    pub owns_directory: bool,
}
Unstable (rustc_private)

Fields

path: PathBuf
Unstable (rustc_private)
owns_directory: bool
Unstable (rustc_private)