[][src]Trait libsugar::named_into::IntoErr

pub trait IntoErr<T>: Sized {
    pub fn err(self) -> Result<T, Self> { ... }
}

Provided methods

pub fn err(self) -> Result<T, Self>[src]

Loading content...

Implementors

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

Loading content...