Enum reed_solomon::DecoderError [] [src]

pub enum DecoderError {
    TooManyErrors,
}

Decoder error

Variants

Message is unrecoverably corrupted

Trait Implementations

impl Debug for DecoderError
[src]

[src]

Formats the value using the given formatter.

impl Copy for DecoderError
[src]

impl Clone for DecoderError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more