Trait graph_neighbor_matching::NodeColorWeight [] [src]

pub trait NodeColorWeight {
    fn node_color_weight(&self) -> f32;
}

Required Methods

Implementations on Foreign Types

impl NodeColorWeight for f32
[src]

Implementors