test it
parent
ca3eebecbe
commit
d572ef0f5d
|
|
@ -19,6 +19,12 @@ impl core::fmt::Display for OutOfColorRangeParseError {
|
|||
}
|
||||
}
|
||||
|
||||
impl OutOfColorRangeParseError {
|
||||
fn _new(size: u8) -> OutOfColorRangeParseError {
|
||||
OutOfColorRangeParseError(size)
|
||||
}
|
||||
}
|
||||
|
||||
/// Only for the Black/White-Displays
|
||||
#[derive(Clone, Copy, PartialEq, Debug)]
|
||||
pub enum Color {
|
||||
|
|
|
|||
Loading…
Reference in New Issue