Trait tupleops::TupleRef[][src]

pub trait TupleRef<'a, Tpl> { }
This is supported on crate feature ref only.
Expand description

A reference to a tuple that is usable with ref_tuple().

See also: ref_tuple(), RefTuple.

Implementors