Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs64 pub struct Frames { struct
68 /// An iterator of `Frames`. argument
78 impl Frames { impl
139 impl core::iter::IntoIterator for Frames { implementation
303 impl Frames { impl
348 pub fn decode(&mut self, buf: &[u8]) -> Result<Frames, H2Error> { in decode()