pub trait StyleContextImpl: StyleContextImplExt + ObjectImpl {
    fn changed(&self) { ... }
}

Provided Methods§

Implementors§