Enum image::error::UnsupportedErrorKind [−][src]
pub enum UnsupportedErrorKind { Color(ExtendedColorType), Format(ImageFormatHint), GenericFeature(String), // some variants omitted }
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
impl Clone for UnsupportedErrorKind
[src]
impl Clone for UnsupportedErrorKind
[src]fn clone(&self) -> UnsupportedErrorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for UnsupportedErrorKind
[src]
impl Hash for UnsupportedErrorKind
[src]impl PartialEq<UnsupportedErrorKind> for UnsupportedErrorKind
[src]
impl PartialEq<UnsupportedErrorKind> for UnsupportedErrorKind
[src]