Skip to main content

UnwrapInfallible

Trait UnwrapInfallible 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§