Enum chisel_decoders::common::DecoderErrorCode
source · pub enum DecoderErrorCode {
StreamFailure,
InvalidByteSequence,
EndOfInput,
}
Expand description
Enumeration of different decoder errors
Variants§
StreamFailure
Something went pear-shaped in the underlying stream
InvalidByteSequence
Detected an invalid byte sequence
EndOfInput
The end of the input has been reached
Trait Implementations§
source§impl Clone for DecoderErrorCode
impl Clone for DecoderErrorCode
source§fn clone(&self) -> DecoderErrorCode
fn clone(&self) -> DecoderErrorCode
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