[][src]Trait libsugar::named_into::IntoOk

pub trait IntoOk<E>: Sized {
    pub fn ok(self) -> Result<Self, E> { ... }
}

Provided methods

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

Loading content...

Implementors

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

Loading content...