[][src]Trait tuples::tuple_map::Tuple5Map4

pub trait Tuple5Map4<T0, T1, T2, T3, T4> {
    fn map4<U>(self, f: impl FnOnce(T4) -> U) -> (T0, T1, T2, T3, U);
}

Mapping .4 for Tuple5

Required methods

fn map4<U>(self, f: impl FnOnce(T4) -> U) -> (T0, T1, T2, T3, U)

Mapping .4 for Tuple5

Loading content...

Implementors

impl<T0, T1, T2, T3, T4> Tuple5Map4<T0, T1, T2, T3, T4> for (T0, T1, T2, T3, T4)[src]

Loading content...