Trait itertools::traits::HomogeneousTuple

source ·
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: TupleCollect> HomogeneousTuple for T