Macro graphene::wrapped_uncon_methods [] [src]

macro_rules! wrapped_uncon_methods {
    {
	} => { ... };
}

Implements the four uncon_* methods from ConstrainedGraph for a graph using wrapped_method!. Must be called inside an impl of ConstrainedGraph.