pub trait UnwrapInfallible<T> {
    fn unwrap_infallible(self) -> T;
}

Required Methods§

Implementations on Foreign Types§

Implementors§