Struct chisel_decoders::common::DecoderError
source · pub struct DecoderError {
pub code: DecoderErrorCode,
pub message: Cow<'static, str>,
}
Expand description
Structure for encoding errors
Fields§
§code: DecoderErrorCode
The error code
message: Cow<'static, str>
Associated error message
Trait Implementations§
source§impl Clone for DecoderError
impl Clone for DecoderError
source§fn clone(&self) -> DecoderError
fn clone(&self) -> DecoderError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more