pub trait TupleConcat<Front, Back> { }Available on crate feature
concat only.Expand description
Two tuples that are usable with concat_tuples().
See also: concat_tuples(), TupleConcat.
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.