pub trait ColourSpecExt {
    fn resolve(&self) -> Result<Html, UnsupportedColourSpec>;
}

Required Methods

Implementors