Enum adder_codec_core::PlaneError
source · pub enum PlaneError {
InvalidPlane {
width: u16,
height: u16,
channels: u8,
},
}
Expand description
Error type for the PlaneSize
struct
Variants§
Trait Implementations§
source§impl Debug for PlaneError
impl Debug for PlaneError
source§impl Display for PlaneError
impl Display for PlaneError
source§impl Error for PlaneError
impl Error for PlaneError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<PlaneError> for CodecError
impl From<PlaneError> for CodecError
source§fn from(source: PlaneError) -> Self
fn from(source: PlaneError) -> Self
Converts to this type from the input type.