Struct arg_combinators::OptionJoin[][src]

pub struct OptionJoin<A, B> { /* fields omitted */ }

Trait Implementations

impl<T, U, A, B> Arg for OptionJoin<A, B> where
    A: Arg<Item = Option<T>>,
    B: Arg<Item = Option<U>>, 
[src]

Auto Trait Implementations

impl<A, B> Send for OptionJoin<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for OptionJoin<A, B> where
    A: Sync,
    B: Sync