Struct argle::EitherHomogeneous[][src]

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

Trait Implementations

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

Auto Trait Implementations

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

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