macro_rules! iter_graph_connections {
    ( $x:expr ) => { ... };
}
Expand description

Macro to get an iterator to all connections across all GraphPages within a Graph.