Trait css_in_rs::Theme

source ·
pub trait Theme: Clone + 'static {
    // Required method
    fn fast_cmp(&self, other: &Self) -> bool;
}

Required Methods§

source

fn fast_cmp(&self, other: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementors§