pub struct Decoder { /* private fields */ }
Decodes headers using HPACK
Creates a new Decoder with all settings set to default values.
Decoder
Queues a potential size update
Decodes the headers found in the given buffer.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U