Skip to main content

ThemeDefinitionDx

Trait ThemeDefinitionDx 

Source
pub trait ThemeDefinitionDx {
    // Required methods
    fn dark(self) -> Self;
    fn light(self) -> Self;
}

Required Methods§

Source

fn dark(self) -> Self

Source

fn light(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§