Enum tugger_debian::DebError [−][src]
pub enum DebError {
IoError(Error),
PathError(String),
FileManifestError(FileManifestError),
}Expand description
Represents an error related to .deb file handling.
Variants
IoError(Error)Tuple Fields of IoError
0: ErrorPathError(String)Tuple Fields of PathError
0: StringFileManifestError(FileManifestError)Tuple Fields of FileManifestError
Trait Implementations
Performs the conversion.
Performs the conversion.