Enum petgraph::Undirected [] [src]

pub enum Undirected {}

Marker type for an undirected graph.

Trait Implementations

impl Copy for Undirected
[src]

impl Debug for Undirected
[src]

Formats the value using the given formatter.

impl Clone for Undirected
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl EdgeType for Undirected
[src]