Struct argle::SomeIf[][src]

pub struct SomeIf<A, T> { /* fields omitted */ }

Trait Implementations

impl<A, T> Param for SomeIf<A, T> where
    T: Clone,
    A: Param<Item = bool>, 
[src]

Auto Trait Implementations

impl<A, T> Send for SomeIf<A, T> where
    A: Send,
    T: Send

impl<A, T> Sync for SomeIf<A, T> where
    A: Sync,
    T: Sync