WeightedEdgeConnect

Trait WeightedEdgeConnect 

Source
pub trait WeightedEdgeConnect {
    // Required method
    fn connect_weighted(&mut self, from: VHandle, to: VHandle, weight: Weight);
}

Required Methods§

Source

fn connect_weighted(&mut self, from: VHandle, to: VHandle, weight: Weight)

Implementors§