Function transaction::map_err [] [src]

pub fn map_err<Ctx, A, F, B>(a: A, f: F) -> MapErr<A::Tx, F> where
    A: IntoTransaction<Ctx>,
    F: Fn(A::Err) -> B,