NodeColorWeight

Trait NodeColorWeight 

Source
pub trait NodeColorWeight {
    // Required method
    fn node_color_weight(&self) -> f32;
}
Expand description

The weight of the node color.

Required Methods§

Implementations on Foreign Types§

Source§

impl NodeColorWeight for f32

Implementors§