Trait stream_zipper::utils::NomErrorExt2[][src]

pub trait NomErrorExt2<T, E1> {
    fn nom_fail<E2>(self, _: impl Fn(E1) -> E2) -> Result<T, Err<E2>>;
fn nom_err<E2>(self, _: impl Fn(E1) -> E2) -> Result<T, Err<E2>>; }

Required methods

fn nom_fail<E2>(self, _: impl Fn(E1) -> E2) -> Result<T, Err<E2>>[src]

fn nom_err<E2>(self, _: impl Fn(E1) -> E2) -> Result<T, Err<E2>>[src]

Loading content...

Implementations on Foreign Types

impl<T, E1> NomErrorExt2<T, E1> for Result<T, E1>[src]

Loading content...

Implementors

Loading content...