[][src]Trait oi::ErrAt

pub trait ErrAt<T, E: Fail> {
    fn err_at<L: Location, I: Into<L>>(
        self,
        location: I
    ) -> Result<T, Error<E, L>>; }

Required methods

fn err_at<L: Location, I: Into<L>>(self, location: I) -> Result<T, Error<E, L>>

Iff self.is_err() annotate with location

Loading content...

Implementations on Foreign Types

impl<T, E: Fail> ErrAt<T, E> for Result<T, E>[src]

Loading content...

Implementors

Loading content...