Skip to main content

AddUnchecked

Trait AddUnchecked 

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

Required Methods§

Source

fn add_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§