Enum daggy::petgraph::Undirected [] [src]

pub enum Undirected {}
[]

Marker type for an undirected graph.

Trait Implementations

impl Debug for Undirected

[]

Formats the value using the given formatter.

impl Clone for Undirected

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Undirected

impl EdgeType for Undirected