pub type ExhaustiveBools = Copied<Iter<'static, bool>>;
Expand description
An iterator that generates both bool
s.
This struct
is created by exhaustive_bools
; see its documentation for more.
Aliased Typeยง
struct ExhaustiveBools { /* private fields */ }