Trait line_drawing::SignedNum[][src]

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

All the signed integer primitives.

Provided methods

Implementors