Skip to main content

plan_delete_elements

Function plan_delete_elements 

Source
pub fn plan_delete_elements(
    graph: &Graph,
    nodes: impl IntoIterator<Item = NodeId>,
    edges: impl IntoIterator<Item = EdgeId>,
) -> DeletePlan
Expand description

Plans deleting nodes and edges with default interaction policy.