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

pub struct ModulePathSuccess {
    pub path: PathBuf,
    pub owns_directory: bool,
}

Fields

path
owns_directory