NodeWeight

Trait NodeWeight 

Source
pub trait NodeWeight:
    Display
    + Debug
    + Sum
    + FromStr
    + Float
    + Zero
    + Signed
    + Sync
    + Send { }
Expand description

Trait bound alias for Node Weight.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NodeWeight for f32

Source§

impl NodeWeight for f64

Implementors§