Trait tupleops::TupleApply[][src]

pub trait TupleApply<F, Tpl> { }
This is supported on crate feature apply only.
Expand description

A function and a tuple that are usable with apply().

See also: apply(), Apply.

Implementors