Struct argle::Either[][src]

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

Trait Implementations

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

Auto Trait Implementations

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

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