Skip to main content

ToGraph

Trait ToGraph 

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

Required Methods§

Source

fn to_graph(&self, configuration: GraphConfiguration) -> Graph

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§