Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dstream.rs33 pub struct FramesIter<'a> { struct
54 pub fn iter(&self) -> FramesIter { in iter()
80 impl<'a> Deref for FramesIter<'a> { implementation
88 impl<'a> DerefMut for FramesIter<'a> { implementation
94 impl<'a> Iterator for FramesIter<'a> { implementation
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs70 pub struct FramesIter<'a> { struct
92 pub fn iter(&self) -> FramesIter { in iter()
109 impl<'a> Deref for FramesIter<'a> { implementation
117 impl<'a> DerefMut for FramesIter<'a> { implementation
124 impl<'a> Iterator for FramesIter<'a> { implementation