pub trait GraphicsStyle {
    fn set_local_style(&self, context: &mut StyleResolver);
}

Required methods

Implementors