Trait nom::ErrorConvert [−][src]
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