pub trait TupleAppend<Init, Last> { }Available on crate feature
append only.Expand description
A tuple and an element that are usable with append().
See also: append(), TupleAppend.
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.