Trait line_drawing::FloatNum[][src]

pub trait FloatNum: Float + NumAssignOps {
    fn cast<T: NumCast>(value: T) -> Self { ... }
}
Expand description

All the floating-point primitives.

Provided methods

Implementors