pub type ExhaustiveBools = Cloned<Iter<'static, bool>>;
Expand description

An iterator that generates both bools.

This struct is created by exhaustive_bools; see its documentation for more.

Aliased Type§

struct ExhaustiveBools { /* private fields */ }