pub trait HomogeneousTuple: TupleCollect { }
Expand description

Implemented for homogeneous tuples of size up to 12.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> HomogeneousTuple for T
where T: TupleCollect,