pub trait SvgCssPropExtractor {
// Required methods
fn read_custom(&mut self, cx: &mut StyleCx<'_>) -> bool;
fn css_string(&self) -> String;
}pub trait SvgCssPropExtractor {
// Required methods
fn read_custom(&mut self, cx: &mut StyleCx<'_>) -> bool;
fn css_string(&self) -> String;
}