Skip to main content

Stylable

Trait Stylable 

Source
pub trait Stylable: Sized {
    // Required method
    fn apply_style(self, style: ChromeRefinement) -> Self;
}

Required Methods§

Source

fn apply_style(self, style: ChromeRefinement) -> 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§