Macro graphene::impl_BaseGraph_for_wrapper [] [src]

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

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