Struct petgraph_graphml::GraphMl [] [src]

pub struct GraphMl<G> where
    G: IntoEdgeReferences,
    G: IntoNodeReferences
{ /* fields omitted */ }

Methods

impl<G> GraphMl<G> where
    G: GraphProp,
    G: IntoNodeReferences,
    G: IntoEdgeReferences,
    G: NodeIndexable
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<G> Debug for GraphMl<G> where
    G: Debug,
    G: IntoEdgeReferences,
    G: IntoNodeReferences
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<G> !Send for GraphMl<G>

impl<G> !Sync for GraphMl<G>