Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs730 pub struct ChunksIntoIter<'a> { struct
754 impl ChunksIntoIter<'_> { implementation
755 fn new(into_iter: std::vec::IntoIter<Chunk>) -> ChunksIntoIter { in new()
760 impl<'a> Iterator for ChunksIntoIter<'a> { implementation
768 impl<'a> Deref for ChunksIntoIter<'a> { implementation