Trait graph_types::Edge
source · pub trait Edge {
// Required methods
fn from(&self) -> NodeIndex;
fn goto(&self) -> NodeIndex;
// Provided method
fn bidirectional(&self) -> bool { ... }
}
pub trait Edge {
// Required methods
fn from(&self) -> NodeIndex;
fn goto(&self) -> NodeIndex;
// Provided method
fn bidirectional(&self) -> bool { ... }
}