Trait map_tuple::TupleMap7

source ·
pub trait TupleMap7<R, F> {
    type Output;

    // Required method
    fn map7(self, f: F) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn map7(self, f: F) -> Self::Output

Implementations on Foreign Types§

source§

impl<R, F, T0, T1, T2, T3, T4, T5, T6, T7> TupleMap7<R, F> for (T0, T1, T2, T3, T4, T5, T6, T7)where F: Fn(T7) -> R,

Implementors§