Enum terminal_light::CoolorError
source · [−]Expand description
coolor error type
Variants
InvalidHsl(f32, f32, f32)
Auto Trait Implementations
impl RefUnwindSafe for CoolorError
impl Send for CoolorError
impl Sync for CoolorError
impl Unpin for CoolorError
impl UnwindSafe for CoolorError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more