Trait rs_graph::builder::Buildable[][src]

pub trait Buildable where
    Self: Sized
{ type Builder: Builder<Graph = Self>; }

A graph with a default builder.

Associated Types

Implementors