Trait typed_graph::EdgeExt

source ·
pub trait EdgeExt<EK: Key>: Typed + Id<EK> + Clone + Debug { }
Expand description

Trait shared by all edges in a graph

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<EK: Key, Old: EdgeExt<EK>, New: EdgeExt<EK>> EdgeExt<EK> for EitherVersion<Old, New>

source§

impl<K: Key, T: GenericTypeIdentifier> EdgeExt<K> for GenericEdge<K, T>