pub trait StyleContextImpl: StyleContextImplExt + ObjectImpl {
    // Provided method
    fn changed(&self, style_context: &Self::Type) { ... }
}

Provided Methods§

source

fn changed(&self, style_context: &Self::Type)

Implementors§