[][src]Trait nom::Convert

pub trait Convert<T> {
    fn convert(_: T) -> Self;
}

Required methods

fn convert(_: T) -> Self

Loading content...

Implementors

impl<F, E: From<F>> Convert<Err<F>> for Err<E>[src]

Loading content...