Trait line_drawing::SignedNum [] [src]

pub trait SignedNum: Signed + Ord + Copy + NumCast + NumAssignOps {
    fn cast<T: NumCast>(value: T) -> Self { ... }
}

All the signed integer primitives.

Provided Methods

Implementors