Struct argle::OptMap[][src]

pub struct OptMap<A, F> { /* fields omitted */ }

Trait Implementations

impl<A, T, U, F> Param for OptMap<A, F> where
    A: Param<Item = Option<T>>,
    F: Fn(T) -> U, 
[src]

Auto Trait Implementations

impl<A, F> Send for OptMap<A, F> where
    A: Send,
    F: Send

impl<A, F> Sync for OptMap<A, F> where
    A: Sync,
    F: Sync