pub type LinkId = usize;Expand description
Identifier of a link returned by Graph::link. Equal to the link’s
position in insertion order.
pub type LinkId = usize;Identifier of a link returned by Graph::link. Equal to the link’s
position in insertion order.