Struct argle::Map[][src]

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

Trait Implementations

impl<A, U, F> Param for Map<A, F> where
    A: Param,
    F: Fn(A::Item) -> U, 
[src]

Auto Trait Implementations

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

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