Trait nom::ErrorConvert
source · [−]pub trait ErrorConvert<E> {
fn convert(self) -> E;
}
Expand description
Equivalent From implementation to avoid orphan rules in bits parsers
pub trait ErrorConvert<E> {
fn convert(self) -> E;
}
Equivalent From implementation to avoid orphan rules in bits parsers