Struct apt_parser::errors::PackagesError
source · pub struct PackagesError {
pub data: String,
pub errors: Vec<String>,
/* private fields */
}
Fields§
§data: String
§errors: Vec<String>
Implementations§
source§impl PackagesError
impl PackagesError
Trait Implementations§
source§impl Debug for PackagesError
impl Debug for PackagesError
source§impl Display for PackagesError
impl Display for PackagesError
source§impl Error for PackagesError
impl Error for PackagesError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<PackagesError> for APTError
impl From<PackagesError> for APTError
source§fn from(err: PackagesError) -> APTError
fn from(err: PackagesError) -> APTError
Converts to this type from the input type.