pub trait TwoPTwoPAddEdge<Id>: TwoPTwoPId<Id> {
// Required methods
fn source(&self) -> &Id;
fn target(&self) -> &Id;
}Expand description
Trait for an edge-add operation, specifying source and target vertices.
pub trait TwoPTwoPAddEdge<Id>: TwoPTwoPId<Id> {
// Required methods
fn source(&self) -> &Id;
fn target(&self) -> &Id;
}Trait for an edge-add operation, specifying source and target vertices.