Struct argle::Otherwise[][src]

pub struct Otherwise<C, V> { /* fields omitted */ }

Trait Implementations

impl<T, C, V> Param for Otherwise<C, V> where
    C: Param<Item = Option<T>>,
    V: Param
[src]

Auto Trait Implementations

impl<C, V> Send for Otherwise<C, V> where
    C: Send,
    V: Send

impl<C, V> Sync for Otherwise<C, V> where
    C: Sync,
    V: Sync