Trait nom::Convert[][src]

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

Required Methods

Implementors