[][src]Trait debugless_unwrap::DebuglessUnwrapErr

pub trait DebuglessUnwrapErr {
    type Unwrapped;
    fn debugless_unwrap_err(self) -> Self::Unwrapped;
}

Associated Types

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl<T, E> DebuglessUnwrapErr for Result<T, E>[src]

Loading content...

Implementors

Loading content...