libadwaita::subclass::prelude

Trait StyleContextImpl

source
pub trait StyleContextImpl: ObjectImpl + ObjectSubclass
where Self::Type: IsA<StyleContext>,
{ // Provided method fn changed(&self) { ... } }

Provided Methods§

source

fn changed(&self)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§