pub enum PaletteError {
Io(Error),
Parse(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for PaletteError
impl Debug for PaletteError
Source§impl From<Error> for PaletteError
impl From<Error> for PaletteError
Auto Trait Implementations§
impl Freeze for PaletteError
impl !RefUnwindSafe for PaletteError
impl Send for PaletteError
impl Sync for PaletteError
impl Unpin for PaletteError
impl !UnwindSafe for PaletteError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more