Trait number_traits::One [] [src]

pub trait One: Sized + Mul<Self, Output = Self> {
    fn one() -> Self;
fn is_one(&self) -> bool; }

Required Methods

Implementations on Foreign Types

impl<T> One for Wrapping<T> where
    T: One,
    Self: Mul<Self, Output = Self>, 
[src]

[src]

[src]

Implementors