[][src]Trait line_drawing::SignedNum

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

All the signed integer primitives.

Provided methods

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

Loading content...

Implementors

impl<T: Signed + Ord + Copy + NumCast + NumAssignOps> SignedNum for T[src]

Loading content...