pub fn into_result(self) -> Result<T, Self::Err>[src]impl<T> IntoResult<T> for Option<T>[src]type Err = ParseErrorpub fn into_result(self) -> Result<T, Self::Err>[src]impl<T, E> IntoResult<T> for Result<T, E>[src]type Err = Epub fn into_result(self) -> Result<T, E>[src]impl<T> IntoResult<T> for T[src]type Err = Infalliblepub fn into_result(self) -> Result<T, Self::Err>[src]