[][src]Trait nom_whitespace::lib::nom::Convert

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

Required methods

fn convert(T) -> Self

Loading content...

Implementations on Foreign Types

impl<I, H, F, E> Convert<Context<I, F>> for Context<H, E> where
    E: From<F>,
    H: From<I>, 
[src]

Loading content...

Implementors

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

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

Loading content...