Home
last modified time | relevance | path

Searched defs:EncodingHeaderBlock (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs103 struct EncodingHeaderBlock { struct
104 hpack: Bytes,
638 impl EncodingHeaderBlock { implementation
935 fn into_encoding(self, encoder: &mut hpack::Encoder) -> EncodingHeaderBlock { in into_encoding()