Trait EdgeBasicInterface

Source
pub trait EdgeBasicInterface: HasId { }
Expand description

Edge of a graph.

Implementors§

Source§

impl<EdgeId, NodeId, Kind> EdgeBasicInterface for Edge<EdgeId, NodeId, Kind>