[][src]Trait line_drawing::FloatNum

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

All the floating-point primitives.

Provided methods

fn cast<T: NumCast>(value: T) -> Self

Loading content...

Implementors

impl<T: Float + NumAssignOps> FloatNum for T[src]

Loading content...