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