Skip to main content

AddReleaseUnchecked

Trait AddReleaseUnchecked 

Source
pub trait AddReleaseUnchecked<Rhs = Self, UncheckedOutput = Self, CheckedOutput = Option<UncheckedOutput>>: AddChecked<Rhs, CheckedOutput> + AddUnchecked<Rhs, UncheckedOutput>
where UncheckedOutput: Into<CheckedOutput>,
{ // Provided method fn add_release_unchecked(self, rhs: impl Borrow<Rhs>) -> CheckedOutput where Self: Sized { ... } }

Provided Methods§

Source

fn add_release_unchecked(self, rhs: impl Borrow<Rhs>) -> CheckedOutput
where Self: Sized,

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§