Enum bencode::VecFromBencodeError [] [src]

pub enum VecFromBencodeError<E> {
    Underlying(E),
    InvalidType,
}

Variants

Trait Implementations

impl<E: Debug> Debug for VecFromBencodeError<E>
[src]

Formats the value using the given formatter.