Enum bencode::DecoderError [] [src]

pub enum DecoderError {
    Message(String),
    StringEncoding(Vec<u8>),
    Expecting(&'static strString),
    Unimplemented(&'static str),
}

Variants

Trait Implementations

impl Eq for DecoderError
[src]

impl PartialEq for DecoderError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DecoderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DecoderError
[src]

Formats the value using the given formatter.