Trait guion::style::selector::StyleSelector[][src]

pub trait StyleSelector<E>: Clone + Default {
    fn and(&self, s: &Self) -> Self;
}

Required methods

fn and(&self, s: &Self) -> Self[src]

Loading content...

Implementors

Loading content...