macro_rules! impl_triple_cmp_wrap {
    ($graph_type:path) => { ... };
}
Expand description

Graphs that are used in GraphCollection must implement TripleCmpWrap. This macro does that.