Trait coupe::VnFirstWeight

source ·
pub trait VnFirstWeightwhere
    Self: Copy + Send + Sync + Sum + PartialOrd + Zero + One + Sub<Output = Self> + AddAssign,{ }
Expand description

Trait alias for values accepted as weights by VnFirst.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> VnFirstWeight for Twhere Self: Copy + Send + Sync + Sum + PartialOrd + Zero + One + Sub<Output = Self> + AddAssign,