Skip to main content

TwoPTwoPRemoveEdge

Trait TwoPTwoPRemoveEdge 

Source
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§

Source

fn add_edge_id(&self) -> &Id

Returns the ID of the corresponding addEdge operation.

Implementors§