Struct httparse::InvalidChunkSize[][src]

pub struct InvalidChunkSize;
[]

An error in parsing a chunk size.

Trait Implementations

impl Debug for InvalidChunkSize
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for InvalidChunkSize
[src]
[+]

[]

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

[]

This method tests for !=.

impl Eq for InvalidChunkSize
[src]

impl Display for InvalidChunkSize
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InvalidChunkSize

impl Sync for InvalidChunkSize