[][src]Trait guion::style::variant::StyleVariantSupport

pub trait StyleVariantSupport<V>: StyleVariant where
    V: Copy
{ fn with(
        &self,
        verbs: impl IntoIterator<Item = impl Deref<Target = V>>
    ) -> Self
    where
        Self: Sized
, { ... }
fn attach(
        &mut self,
        verbs: impl IntoIterator<Item = impl Deref<Target = V>>
    ) { ... } }

Provided methods

fn with(&self, verbs: impl IntoIterator<Item = impl Deref<Target = V>>) -> Self where
    Self: Sized

fn attach(&mut self, verbs: impl IntoIterator<Item = impl Deref<Target = V>>)

Loading content...

Implementors

impl StyleVariantSupport<StdVerb> for StdStyleVariant[src]

Loading content...