Trait SwhFullGraph

Source
pub trait SwhFullGraph:
    SwhLabeledForwardGraph
    + SwhLabeledBackwardGraph
    + SwhGraphWithProperties<Maps: Maps, Timestamps: Timestamps, Persons: Persons, Contents: Contents, Strings: Strings, LabelNames: LabelNames> { }
Expand description

Alias for structures representing a graph with all arcs, arc labels, and node properties loaded.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<G: SwhLabeledForwardGraph + SwhLabeledBackwardGraph + SwhGraphWithProperties<Maps: Maps, Timestamps: Timestamps, Persons: Persons, Contents: Contents, Strings: Strings, LabelNames: LabelNames>> SwhFullGraph for G