Enum hpack::decoder::StringDecodingError [] [src]

pub enum StringDecodingError {
    NotEnoughOctets,
    HuffmanDecoderError(HuffmanDecoderError),
}

Represents all errors that can be encountered while decoding an octet string.

Variants

NotEnoughOctets
HuffmanDecoderError

Trait Implementations

Derived Implementations

impl PartialEq for StringDecodingError

fn eq(&self, __arg_0: &StringDecodingError) -> bool

fn ne(&self, __arg_0: &StringDecodingError) -> bool

impl Copy for StringDecodingError

impl Clone for StringDecodingError

fn clone(&self) -> StringDecodingError

fn clone_from(&mut self, source: &Self)

impl Debug for StringDecodingError

fn fmt(&self, __arg_0: &mut Formatter) -> Result