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

pub struct ModulePathError {
    pub err_msg: String,
    pub help_msg: String,
}

Fields

Auto Trait Implementations