ra_ap_rustc_serialize::int_overflow

Trait DebugStrictSub

Source
pub trait DebugStrictSub {
    // Required method
    fn debug_strict_sub(self, other: Self) -> Self;
}
Expand description

Required Methods§

Source

fn debug_strict_sub(self, other: Self) -> Self

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 DebugStrictSub for i8

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for i16

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for i32

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for i64

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for i128

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for isize

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for u8

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for u16

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for u32

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for u64

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for u128

Source§

fn debug_strict_sub(self, other: Self) -> Self

Source§

impl DebugStrictSub for usize

Source§

fn debug_strict_sub(self, other: Self) -> Self

Implementors§