Skip to main content

SubUnchecked

Trait SubUnchecked 

Source
pub trait SubUnchecked<Rhs = Self, Output = Self> {
    // Required method
    fn sub_unchecked(self, rhs: impl Borrow<Rhs>) -> Output;
}

Required Methods§

Source

fn sub_unchecked(self, rhs: impl Borrow<Rhs>) -> Output

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§