Skip to main content

IUiColorMethods

Trait IUiColorMethods 

Source
pub trait IUiColorMethods: IUiColor {
    // Provided methods
    fn get_face_color(self, b_on: impl Into<bool>) -> Color { ... }
    fn get_symbol_color(self, b_on: impl Into<bool>) -> Color { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_face_color(self, b_on: impl Into<bool>) -> Color

GetFaceColor(bool) overload

Source

fn get_symbol_color(self, b_on: impl Into<bool>) -> Color

GetSymbolColor(bool) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IUiColor> IUiColorMethods for __T

Available on crate feature app-uicolor only.