Trait std::num::Num[src]
pub trait Num: PartialEq + Zero + One + Neg<Self> + Add<Self, Self> + Sub<Self, Self> + Mul<Self, Self> + Div<Self, Self> + Rem<Self, Self> { }The base trait for numeric types
pub trait Num: PartialEq + Zero + One + Neg<Self> + Add<Self, Self> + Sub<Self, Self> + Mul<Self, Self> + Div<Self, Self> + Rem<Self, Self> { }The base trait for numeric types
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).