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
.
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.