type Unwrappedfn debugless_unwrap(self) -> Self::Unwrappedimpl<T, E> DebuglessUnwrap for Result<T, E>[src]type Unwrapped = Tfn debugless_unwrap(self) -> Self::Unwrapped[src]impl<T> DebuglessUnwrap for Option<T>[src]type Unwrapped = Tfn debugless_unwrap(self) -> Self::Unwrapped[src]