#[derive(Graph)]
{
// Attributes available to this derive:
#[graph]
#[easy_graph]
}
Expand description
Derive the Graph
trait for a struct.
#[derive(Graph)]
{
// Attributes available to this derive:
#[graph]
#[easy_graph]
}
Derive the Graph
trait for a struct.