pub trait SwhFullGraphWithOptProperties:
SwhLabeledForwardGraph
+ SwhLabeledBackwardGraph
+ SwhGraphWithProperties<Maps: Maps, Timestamps: OptTimestamps, Persons: OptPersons, Contents: OptContents, Strings: OptStrings, LabelNames: LabelNames> { }
Expand description
Alias for structures representing a graph with all arcs, arc labels, and node properties loaded (conditional on them being actually present on disk)
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.