Enum pconvert_rust::errors::PConvertError  [−][src]
pub enum PConvertError {
    ArgumentError(String),
    UnsupportedImageTypeError,
    IOError(Error),
    ImageLibError(ImageError),
}Expand description
Error types used across this crate.
Variants
ArgumentError(String)Tuple Fields of ArgumentError
0: StringIOError(Error)Tuple Fields of IOError
0: ErrorImageLibError(ImageError)Tuple Fields of ImageLibError
0: ImageErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.