Trait winnow::error::ErrorConvert  
source · pub trait ErrorConvert<E> {
    // Required method
    fn convert(self) -> E;
}Expand description
Equivalent of From implementation to avoid orphan rules in bits parsers
pub trait ErrorConvert<E> {
    // Required method
    fn convert(self) -> E;
}Equivalent of From implementation to avoid orphan rules in bits parsers