Trait ToChromashift

Source
pub trait ToChromashift {
    // Required method
    fn to_chromashift(&self) -> Option<Color>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToChromashift for Hash

Implementors§