[][src]Trait cex::result::Ret

pub trait Ret<Type, Index> {
    fn ret(self) -> Type;
}

Required methods

fn ret(self) -> Type

Loading content...

Implementations on Foreign Types

impl<T, E, F, Index> Ret<Result<T, F>, _MapErr<Index>> for Result<T, E> where
    E: IntoEnumx<F, Index>, 
[src]

Loading content...

Implementors

impl<T, E> Ret<Result<T, E>, _WrapOk> for T[src]

Loading content...