Struct graphic::UndirectedGraph [] [src]

pub struct UndirectedGraph<A> { /* fields omitted */ }

An undirected graph

Methods

impl<A> UndirectedGraph<A>
[src]

[src]

Connects two vertices bidirectionally

[src]

[src]

Retrieves a vertex value

[src]

Retrieves a vertex value

[src]

Retrieves the vertex value from the graph

[src]

Trait Implementations

impl<A: Display> Display for UndirectedGraph<A>
[src]

[src]

Formats the value using the given formatter. Read more