newnum

Trait SInt

Source
pub trait SInt: Int + SignedPrimitive { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SInt for i8

Source§

impl SInt for i16

Source§

impl SInt for i32

Source§

impl SInt for i64

Source§

impl SInt for i128

Source§

impl SInt for isize

Implementors§