[][src]Trait batch_oper::tuples::Tuple4Map

pub trait Tuple4Map<T> {
    fn map<U>(self, f: impl FnMut(T) -> U) -> (U, U, U, U);
}

Mapping for Tuple4

Required methods

fn map<U>(self, f: impl FnMut(T) -> U) -> (U, U, U, U)

Mapping for Tuple4

Loading content...

Implementations on Foreign Types

impl<T> Tuple4Map<T> for (T, T, T, T)[src]

Loading content...

Implementors

Loading content...