Derive Macro Graph

Source
#[derive(Graph)]
{
    // Attributes available to this derive:
    #[graph]
    #[easy_graph]
}
Expand description

Derive the Graph trait for a struct.