Trait ToCss
css_in_rust::style::ast
pub trait ToCss { fn to_css(&self, class_name: String) -> String; }
Structs implementing this trait should be able to turn into a part of a CSS style sheet.
fn to_css(&self, class_name: String) -> String