Skip to main content

ThemeConfigDx

Trait ThemeConfigDx 

Source
pub trait ThemeConfigDx {
    // Required method
    fn default(self, theme: impl AsRef<str>) -> Self;
}

Required Methods§

Source

fn default(self, theme: impl AsRef<str>) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§