Trait petgraph::graph::GraphIndex

source ·
pub trait GraphIndex: Copy { }
Expand description

A GraphIndex is a node or edge index.

Object Safety§

This trait is not object safe.

Implementors§