[][src]Module bitvec::boxed

BitBox structure

This module holds the type for an owned but ungrowable bit sequence. BitVec is the more appropriate and useful type for most collections.

Structs

BitBox

A pointer type for owned bit sequences.

IntoIter