[][src]Trait cex::result::Throw

pub trait Throw<Type, Index> {
    fn throw(self) -> Type;
}

Required methods

fn throw(self) -> Type

Loading content...

Implementors

impl<T, E, F, I> Throw<Result<T, F>, _WrapErr<I>> for E where
    E: IntoEnumx<F, I>, 
[src]

Loading content...