pub trait Buildablewhere
    Self: Sized,
{ type Builder: Builder<Graph = Self>; }
Expand description

A graph with a default builder.

Required Associated Types

Implementors