Trait coupe::RcbWeight

source ·
pub trait RcbWeightwhere
    Self: Copy + Debug + Default + Send + Sync + Sum + PartialOrd + ToPrimitive + Add<Output = Self> + Sub<Output = Self> + AddAssign,{ }
Expand description

Trait alias for values accepted as weights by Rcb and Rib.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> RcbWeight for Twhere Self: Copy + Debug + Default + Send + Sync + Sum + PartialOrd + ToPrimitive + Add<Output = Self> + Sub<Output = Self> + AddAssign,