Trait coupe::FmWeight

source ·
pub trait FmWeightwhere
    Self: Copy + Debug + Send + Sync + Sum + PartialOrd + FromPrimitive + ToPrimitive + Zero + Sub<Output = Self> + AddAssign + SubAssign,{ }
Expand description

Trait alias for values accepted as weights by FiducciaMattheyses.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> FmWeight for Twhere Self: Copy + Debug + Send + Sync + Sum + PartialOrd + FromPrimitive + ToPrimitive + Zero + Sub<Output = Self> + AddAssign + SubAssign,