Trait tupleops::TupleAppend[][src]

pub trait TupleAppend<Init, Last> { }
This is supported on crate feature append only.
Expand description

A tuple and an element that are usable with append().

See also: append(), TupleAppend.

Implementors