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