Trait tupleops::TupleAllSome[][src]

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

A tuple that is usable with all_some().

See also: all_some(), TupleAllSome.

Implementors