Macro rome::graph_collection [] [src]

macro_rules! graph_collection {
    ($name:ident($( $n:tt:$graph_type:path),+) ) => { ... };
}