Function transaction::map [] [src]

pub fn map<Ctx, A, F, B>(a: A, f: F) -> Map<A::Tx, F> where
    A: IntoTransaction<Ctx>,
    F: Fn(A::Item) -> B,