Skip to main content

graph_wrapper

Macro graph_wrapper 

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

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