Skip to main content

GraphDisplay

Trait GraphDisplay 

Source
pub trait GraphDisplay {
    // Required method
    fn generate_from_graph(
        &self,
        graph: &StableDiGraph<GraphNodeType, EdgeType>,
    ) -> Result<String>;
}

Required Methods§

Source

fn generate_from_graph( &self, graph: &StableDiGraph<GraphNodeType, EdgeType>, ) -> Result<String>

Implementors§