Module edge

Module edge 

Source

Re-exports§

pub use crate::Edge::Both;
pub use crate::Edge::Loop;

Structs§

EdgeBoth
EdgeLoop

Enums§

Edge
View into nodes data connected by an edge. Both if the edge connects two different nodes and Loop if the edge loops back to the source node.

Traits§

OptionEdge
An add-on to Option to make Edge interfacing with std more natural.