Trait assert::Floats [] [src]

pub trait Floats<T: Float> {
    fn floats(&self) -> &[T];
}

One or more floating-point numbers.

Required Methods

Implementors