[][src]Trait debugless_unwrap::DebuglessUnwrap

pub trait DebuglessUnwrap {
    type Unwrapped;
    fn debugless_unwrap(self) -> Self::Unwrapped;
}

Associated Types

Loading content...

Required methods

fn debugless_unwrap(self) -> Self::Unwrapped

Loading content...

Implementations on Foreign Types

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

type Unwrapped = T

impl<T> DebuglessUnwrap for Option<T>[src]

type Unwrapped = T

Loading content...

Implementors

Loading content...