Skip to main content

UnwrapOptionExt

Trait UnwrapOptionExt 

Source
pub trait UnwrapOptionExt<T> {
    // Required method
    fn unwrap_release_unsafe(self) -> T;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T> UnwrapOptionExt<T> for Option<T>

Implementors§