pub type InIt<ID> = NeighIt<ID>;
A graph iterator over edges entering a node.
pub struct InIt<ID>(/* private fields */);