Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs153 struct PartsIter { struct
156 next_type: PartsIterDirection, argument
159 /// `PartsIterDirection` is the `PartsIter`'s direction to get the next header. argument
169 impl PartsIter { impl
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs70 field_iter: &mut Option<PartsIter>, in iterate_encode_fields()
813 pub(crate) struct PartsIter { struct
816 next_type: PartsIterDirection, argument
819 /// `PartsIterDirection` is the `PartsIter`'s direction to get the next header. argument
829 impl PartsIter { impl