Module fvm_ipld_bitfield::iter

source ·

Structs§

  • A RangeIterator that wraps a regular iterator over Range<u64> as a way to explicitly indicate that this iterator satisfies the requirements of the RangeIterator trait.
  • A RangeIterator that skips over n bits of antoher RangeIterator.
  • A RangeIterator that iterates over the first n bits of antoher RangeIterator.

Traits§