Trait decorum::Nan [] [src]

pub trait Nan: Copy + Sized {
    fn nan() -> Self;
fn is_nan(self) -> bool; }

Required Methods

Implementors