Trait constriction::UnwrapInfallible [−][src]
pub trait UnwrapInfallible<T> {
fn unwrap_infallible(self) -> T;
}Required methods
fn unwrap_infallible(self) -> T[src]
Implementations on Foreign Types
impl<T> UnwrapInfallible<T> for Result<T, Infallible>[src]
impl<T> UnwrapInfallible<T> for Result<T, Infallible>[src]fn unwrap_infallible(self) -> T[src]
impl<T> UnwrapInfallible<T> for Result<T, CoderError<Infallible, Infallible>>[src]
impl<T> UnwrapInfallible<T> for Result<T, CoderError<Infallible, Infallible>>[src]