Enum image::error::UnsupportedErrorKind [−][src]
pub enum UnsupportedErrorKind { Color(ExtendedColorType), Format(ImageFormatHint), GenericFeature(String), // some variants omitted }
Expand description
Details what feature is not supported.
Variants
Color(ExtendedColorType)
The required color type can not be handled.
Format(ImageFormatHint)
An image format is not supported.
GenericFeature(String)
Some feature specified by string. This is discouraged and is likely to get deprecated (but not removed).
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UnsupportedErrorKind
impl Send for UnsupportedErrorKind
impl Sync for UnsupportedErrorKind
impl Unpin for UnsupportedErrorKind
impl UnwindSafe for UnsupportedErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more