Macro graphene::impl_constraints_for_wrapper [] [src]

macro_rules! impl_constraints_for_wrapper {
    {
		// Name of the resulting graph.
		$graph_name:ident
		
		// Name of the constraint implementations
		: $($con_trait:ident),+
	} => { ... };
}

Implements the given list of constraints for the given GraphWrapper, which must be generic over a ContainedGraph (<G>).