pub trait TwoPTwoPRemoveVertex<Id>: TwoPTwoPId<Id> {
// Required method
fn add_vertex_id(&self) -> &Id;
}Expand description
Trait for a vertex-remove operation, linking back to the original add.
Required Methods§
Sourcefn add_vertex_id(&self) -> &Id
fn add_vertex_id(&self) -> &Id
Returns the ID of the corresponding addVertex operation.