Type Definition tupleops::Apply[][src]

pub type Apply<F, Tpl> = <(F, Tpl) as TupleApply<F, Tpl>>::Type;
This is supported on crate feature apply only.
Expand description

The resulting type when F is called with Tpl’s elements.

See also: apply(), TupleApply.