pub trait IntoEdgeId<Idx: RawIndex> {
// Required method
fn into_edge_index(self) -> EdgeId<Idx>;
}
Expand description
a trait for converting a type into a valid EdgeId
pub trait IntoEdgeId<Idx: RawIndex> {
// Required method
fn into_edge_index(self) -> EdgeId<Idx>;
}
a trait for converting a type into a valid EdgeId