pub trait DebugStrictSub {
// Required method
fn debug_strict_sub(self, other: Self) -> Self;
}
Expand description
See DebugStrictAdd
.
Required Methods§
sourcefn debug_strict_sub(self, other: Self) -> Self
fn debug_strict_sub(self, other: Self) -> Self
See DebugStrictAdd
.
Object Safety§
This trait is not object safe.