Trait tupleops::TupleConcatMany[][src]

pub trait TupleConcatMany<Tpls> { }
This is supported on crate feature concat-many only.
Expand description

A tuple of tuples that is usable with concat_many().

See also: concat_many, TupleConcatMany.

Implementors