Struct graph_neighbor_matching::Edge [] [src]

pub struct Edge {
    // some fields omitted
}

Methods

impl Edge
[src]

fn new(node_idx: usize, weight: Closed01<f32>) -> Edge

Trait Implementations

impl Debug for Edge
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.