Trait constriction::UnwrapInfallible[][src]

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

Required methods

Implementations on Foreign Types

Implementors