[][src]Trait css_in_rust::style::ast::ToCss

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.

Required methods

fn to_css(&self, class_name: String) -> String

Loading content...

Implementors

Loading content...