pub trait UnwrapUncheckedRelease<T> {
    unsafe fn unwrap_unchecked_release(self) -> T;
}

Required Methods§

Safety

unwrap without checking the invariant

Implementations on Foreign Types§

Implementors§