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