ColorThemeExt

Trait ColorThemeExt 

Source
pub trait ColorThemeExt {
    // Required method
    fn current() -> Self;
}
Available on crate feature winio only.
Expand description

Extension trait for ColorTheme.

Required Methods§

Source

fn current() -> Self

Get current color theme.

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§