[−][src]Trait nom::ErrorConvert
equivalent From implementation to avoid orphan rules in bits parsers
Required methods
fn convert(self) -> E
transform to another error type
equivalent From implementation to avoid orphan rules in bits parsers
fn convert(self) -> E
transform to another error type
impl<I> ErrorConvert<(I, ErrorKind)> for ((I, usize), ErrorKind)
[src]impl<I> ErrorConvert<((I, usize), ErrorKind)> for (I, ErrorKind)
[src]