pub trait VertexId { // Required method fn get_id(&self) -> Cow<'_, str>; }
The ID of a vertex.
Fetches the ID of a vertex, which must have a string representation.