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