UnwrapInfallible

Trait UnwrapInfallible 

Source
pub trait UnwrapInfallible {
    type Ok;

    // Required method
    fn unwrap_infallible(self) -> Self::Ok;
}

Required Associated Types§

Required Methods§

Source

fn unwrap_infallible(self) -> Self::Ok

Implementations on Foreign Types§

Source§

impl<T> UnwrapInfallible for Result<T, Infallible>

Implementors§