Trait fixnum::ops::Bounded[][src]

pub trait Bounded {
    const MIN: Self;
    const MAX: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors