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.

Object Safety§

This trait is not object safe.

Implementors§