pub type BitRefIter<'a, T, O> = Map<BitValIter<'a, T, O>, fn(_: bool) -> &'a bool>;
Expand description
An iterator over BitSlice
that yields &bool
directly.
Aliased Type§
struct BitRefIter<'a, T, O> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.