pub trait Append<Other> { type Output; }
Gets this collection type with Other appended at the end.
Other
The return value of this trait.