Skip to main content

TwoPTwoPRemoveVertex

Trait TwoPTwoPRemoveVertex 

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

Source

fn add_vertex_id(&self) -> &Id

Returns the ID of the corresponding addVertex operation.

Implementors§