Type Definition bitvec::slice::BitRefIter

source · []
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.