Type Alias IncomingArcs

Source
pub type IncomingArcs<R> = HashMap<<R as Rdf>::IRI, HashSet<<R as Rdf>::Subject>>;

Aliased Typeยง

struct IncomingArcs<R> { /* private fields */ }