Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dstream.rs38 pub struct FramesIntoIter { struct
39 into_iter: std::vec::IntoIter<FrameKind>,
102 impl Iterator for FramesIntoIter { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Doutput.rs169 mut iter: FramesIntoIter, in poll_iterator_frames()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs75 pub struct FramesIntoIter { struct
76 into_iter: std::vec::IntoIter<FrameKind>,
132 impl Iterator for FramesIntoIter { implementation