Trait rust_polynomial::MonomialValue

source ·
pub trait MonomialValue:
    Num
    + NumCast
    + Signed
    + Copy
    + Default
    + Debug
    + Display
    + FromStr
    + PartialOrd { }
Expand description

Trait pattern to allow only numbers for generic value

Object Safety§

This trait is not object safe.

Implementors§