[][src]Trait nom::Convert

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

Required Methods

Implementors