Macro graphene::impl_ConstrainedGraph_for_wrapper [] [src]

macro_rules! impl_ConstrainedGraph_for_wrapper {
    {
	$graph_name:ident
	} => { ... };
}

Implements ConstrainedGraph for a GraphWrapper by having all methods call the corresponding wrapped graph methods.