Trait tupleops::TupleMap[][src]

pub trait TupleMap<Mapper: TupleMapper, Tpl> { }
This is supported on crate feature map only.
Expand description

A TupleMapper and a tuple that are usable with map_tuple().

See also: map_tuple(), MapTuple, TupleMapper.

Implementors