Trait wrap_result::WrapOk[][src]

pub trait WrapOk<E>: Sized {
    fn wrap_ok(self) -> Result<Self, E>;
}

Required methods

fn wrap_ok(self) -> Result<Self, E>[src]

Loading content...

Implementors

impl<T, E> WrapOk<E> for T[src]

Loading content...