pub trait AdjSetEdgeKind<V: AdjSetVertex>: UniformEdgeKind {
    type Edge: AdjSetEdge<V>;
}

Required Associated Types

Implementors