Macro graphene::graph_wrapper [] [src]

macro_rules! graph_wrapper {
    {
		$(#[$attr:meta])*
		struct $graph_name:ident
	} => { ... };
}

Defines a new public struct with implements GraphWrapper. The struct is generic over any ConstrainedGraph G.