Trait guion::style::selectag::StyleSelectag[][src]

pub trait StyleSelectag<E>: Clone { }

Implementations on Foreign Types

impl<S, E> StyleSelectag<E> for &S where
    S: StyleSelectag<E>, 
[src]

impl<S, E> StyleSelectag<E> for &[S] where
    S: StyleSelectag<E>, 
[src]

Loading content...

Implementors

impl<E> StyleSelectag<E> for StdSelectag<E> where
    E: Env
[src]

Loading content...