Trait DebuglessUnwrapErr
debugless_unwrap
pub trait DebuglessUnwrapErr { type Unwrapped; fn debugless_unwrap_err(self) -> Self::Unwrapped; }
type Unwrapped
fn debugless_unwrap_err(self) -> Self::Unwrapped
impl<T, E> DebuglessUnwrapErr for Result<T, E>
type Unwrapped = E