pub trait Number: 'static {
    const VALUE: f64;
}
Expand description

A type level float constant.

Required Associated Constants

The represented number.

Implementors