Enum tugger_debian::DebError [−][src]
pub enum DebError {
IoError(Error),
PathError(String),
FileManifestError(FileManifestError),
}Represents an error related to .deb file handling.
Variants
IoError(Error)PathError(String)FileManifestError(FileManifestError)Trait Implementations
impl From<FileManifestError> for DebError[src]
impl From<FileManifestError> for DebError[src]fn from(e: FileManifestError) -> Self[src]
impl<W> From<IntoInnerError<W>> for DebError[src]
impl<W> From<IntoInnerError<W>> for DebError[src]fn from(e: IntoInnerError<W>) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for DebError
impl !RefUnwindSafe for DebErrorimpl !UnwindSafe for DebError
impl !UnwindSafe for DebError