Trait orzir_core::graph::GraphEdge
source · pub trait GraphEdge<K>: Clonewhere
K: Copy,{
// Required methods
fn from(&self) -> K;
fn to(&self) -> K;
}Expand description
A trait for types that can represent a graph edge.
Required Methods§
Object Safety§
This trait is not object safe.