pub trait TupleConcatMany<Tpls> { }
Available on crate feature
concat-many
only.Expand description
A tuple of tuples that is usable with concat_many().
See also: concat_many, TupleConcatMany.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.