macro_rules! impl_ConstrainedGraph_for_wrapper {
{
$graph_name:ident
} => { ... };
}Expand description
Implements ConstrainedGraph for a GraphWrapper by having all methods
call the corresponding wrapped graph methods.
macro_rules! impl_ConstrainedGraph_for_wrapper {
{
$graph_name:ident
} => { ... };
}Implements ConstrainedGraph for a GraphWrapper by having all methods
call the corresponding wrapped graph methods.