pub trait HomogeneousTuple: TupleCollect { }
Expand description

Implemented for homogeneous tuples of size up to 4.

Implementors