pub trait ToCssExt { // Required method fn to_css(self) -> String; }
Additional methods for types that can be converted to CSS.
Convert to a CSS string.