Trait swh_graph::graph::SwhGraphWithProperties
source · pub trait SwhGraphWithProperties: SwhGraph {
type Maps: MaybeMaps;
type Timestamps: MaybeTimestamps;
type Persons: MaybePersons;
type Contents: MaybeContents;
type Strings: MaybeStrings;
type LabelNames: MaybeLabelNames;
// Required method
fn properties(
&self
) -> &SwhGraphProperties<Self::Maps, Self::Timestamps, Self::Persons, Self::Contents, Self::Strings, Self::LabelNames>;
}