[][src]Trait ritual_common::errors::FancyUnwrap

pub trait FancyUnwrap {
    type Output;
    fn fancy_unwrap(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn fancy_unwrap(self) -> Self::Output

Loading content...

Implementors

impl<T> FancyUnwrap for Result<T>[src]

type Output = T

Loading content...