[][src]Trait pear::AsResult

pub trait AsResult<T, I: Input> {
    fn as_result(self) -> Result<T, I>;
}

Required methods

fn as_result(self) -> Result<T, I>

Loading content...

Implementors

impl<T, I: Input> AsResult<T, I> for Result<T, I>[src]

impl<T, I: Input> AsResult<T, I> for T[src]

Loading content...