Enum tw_pack_lib::ParsePackError[][src]

pub enum ParsePackError {
    InvalidHeaderError,
    InvalidFileError,
    IOError,
}

Variants

Trait Implementations

impl From<FileViewError> for ParsePackError
[src]

Performs the conversion.

impl From<ParsePackError> for BuildPackError
[src]

Performs the conversion.

impl Debug for ParsePackError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations