Trait ErrorConvert

trait ErrorConvert<E>

Equivalent of From implementation to avoid orphan rules in bits parsers

Required Methods

fn convert(self: Self) -> E

Transform to another error type

Implementors