Skip to main content

impl_ConstrainedGraph_for_wrapper

Macro impl_ConstrainedGraph_for_wrapper 

Source
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.