Type Alias ExhaustiveBools

Source
pub type ExhaustiveBools = Copied<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 */ }