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

pub trait StyleSelectorAppend<S, E>: StyleSelector<E> where
    S: StyleSelectag<E>, 
{ fn append(&mut self, selectag: S); fn with(&self, selectag: S) -> Self
    where
        Self: Sized
, { ... }
fn from(selectag: S) -> Self
    where
        Self: Sized
, { ... } }

Required methods

fn append(&mut self, selectag: S)[src]

Loading content...

Provided methods

fn with(&self, selectag: S) -> Self where
    Self: Sized
[src]

fn from(selectag: S) -> Self where
    Self: Sized
[src]

Loading content...

Implementors

impl<'a, S, T, E> StyleSelectorAppend<&'a [S], E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

impl<S, T, E> StyleSelectorAppend<&'_ S, E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

Loading content...