[][src]Trait dominator::traits::Mixin

pub trait Mixin<A> {
    fn apply(self, builder: A) -> A;
}
Deprecated since 0.3.2:

Use the apply or apply_if methods instead

Required methods

fn apply(self, builder: A) -> A

Deprecated since 0.3.2:

Use the apply or apply_if methods instead

Loading content...

Implementors

impl<A, F> Mixin<A> for F where
    F: FnOnce(A) -> A, 
[src]

Loading content...