Trait ToCSSFeature

Source
pub trait ToCSSFeature {
    // Required method
    fn to_css_feature(&self) -> Option<&'static CSSFeature>;
}

Required Methods§

Source

fn to_css_feature(&self) -> Option<&'static CSSFeature>

Implementors§