Type Definition Result
pear
type Result<R, I> = Result<R, ParseErr<I>>;
impl<T, I: Input> AsResult<T, I> for Result<T, I>
fn as_result(self) -> Result<T, I>