pub trait ToGraph {
    fn to_graph(&self, configuration: GraphConfiguration) -> Graph;
}

Required Methods

Implementors