Trait float_traits::Overflow [] [src]

pub trait Overflow: Num + PartialOrd {
    fn overflow() -> Self;
fn neg_overflow() -> Self; }

Required Methods

Implementors