Trait tupleops::TupleAllOk[][src]

pub trait TupleAllOk<Tpl> { }
This is supported on crate feature all-ok only.
Expand description

A tuple that is usable with all_ok().

See also: all_ok(), TupleAllOk.

Implementors