pub trait TupleSame<T>: Tuple { }
Expand description

Mark traits for all tuples with all item is same type

Implementations on Foreign Types

Implementors