[][src]Type Definition structural::type_level::collection_traits::AppendOut

type AppendOut<This, Other> = <This as Append<Other>>::Output;

Gets the This collection type with Other appended at the end.