Trait nom::ErrorConvert[][src]

pub trait ErrorConvert<E> {
    fn convert(self) -> E;
}
Expand description

equivalent From implementation to avoid orphan rules in bits parsers

Required methods

transform to another error type

Implementations on Foreign Types

Implementors