InIt

Type Alias InIt 

Source
pub type InIt<ID> = NeighIt<ID>;
Expand description

A graph iterator over edges entering a node.

Aliased Typeยง

pub struct InIt<ID>(/* private fields */);