Trait tupleops::TuplePrepend[][src]

pub trait TuplePrepend<Head, Tail> { }
This is supported on crate feature prepend only.
Expand description

An element and a tuple that are usable with prepend().

See prepend().

See also: prepend(), Prepend.

Implementors