pub trait FormatAsCssValue { // Required method fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result; }