pub trait StyleContextExtManual:
IsA<StyleContext>
+ Sealed
+ 'static {
// Provided method
fn font(&self, state: StateFlags) -> FontDescription { ... }
}Provided Methods§
fn font(&self, state: StateFlags) -> FontDescription
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".