pub trait IntoCssStr: 'static { // Required method fn get_style(&self) -> Result<String, Error>; }
Helper trait for getting CSS from a string or path.
Returns a string containing CSS.