pub trait SvgCssPropExtractor {
// Required methods
fn read_custom(&mut self, cx: &mut StyleCx<'_>) -> bool;
fn css_string(&self) -> String;
}Required Methods§
fn read_custom(&mut self, cx: &mut StyleCx<'_>) -> bool
fn css_string(&self) -> String
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".