Enum simple_bencode::DecodeError [] [src]

pub enum DecodeError {
    IOError(Error),
    UnexpectedEndOfBuffer,
    UnexpectedCharacter(String),
}

Variants

Trait Implementations

impl Debug for DecodeError
[src]

Formats the value using the given formatter.