pub trait TupleMap<Mapper: TupleMapper, Tpl> { }Available on crate feature
map only.Expand description
A TupleMapper and a tuple that are usable with map_tuple().
See also: map_tuple(), MapTuple, TupleMapper.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.