[−][src]Trait petgraph::graph::IndexType
Trait for the unsigned integer type used for node and edge indices.
Marked unsafe because: the trait must faithfully preseve
and convert index values.
Trait for the unsigned integer type used for node and edge indices.
Marked unsafe because: the trait must faithfully preseve
and convert index values.
impl IndexType for usize[src]impl IndexType for u32[src]impl IndexType for u16[src]impl IndexType for u8[src]