Skip to main content

UnwrapInfallible

Trait UnwrapInfallible 

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

Required Methods§

Implementors§