pub trait ToCSSFeature {
// Required method
fn to_css_feature(&self) -> Option<&'static CSSFeature>;
}Required Methods§
fn to_css_feature(&self) -> Option<&'static CSSFeature>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".