pub trait Domain<Idx = usize>: RawDomain<Key = VertexId<Idx>>where Idx: RawIndex,{ }
An Domain is a trait is a specialization of the RawDomain trait that represents a store for edges, which are collections of vertices. It is used to define the behavior
Domain
RawDomain