SvgCssPropExtractor

Trait SvgCssPropExtractor 

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

Required Methods§

Source

fn read_custom(&mut self, cx: &mut StyleCx<'_>) -> bool

Source

fn css_string(&self) -> String

Implementors§