Trait yaxpeax_arch::DecodeErrorBounds
source · [−]pub trait DecodeErrorBounds: Error + DecodeError { }
Expand description
this is not a particularly interesting trait. it just exists to add a std::error::Error
bound onto DecodeError
for std
builds.