Skip to main content

ColorExt

Trait ColorExt 

Source
pub trait ColorExt: Object {
    // Required method
    fn color(&self) -> Color;
}

Required Methods§

Source

fn color(&self) -> Color

Implementors§

Source§

impl<A, B> ColorExt for TwoContainer<A, B>
where A: Object, B: ColorExt,

Source§

impl<T> ColorExt for Colored<T>
where T: Object,