Trait yaxpeax_arch::DecodeErrorBounds[][src]

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.

Implementors