pub trait NodeColorWeight {
// Required method
fn node_color_weight(&self) -> f32;
}Expand description
The weight of the node color.
pub trait NodeColorWeight {
// Required method
fn node_color_weight(&self) -> f32;
}The weight of the node color.