Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs725 pub struct ChunksIter<'a> { struct
734 impl ChunksIter<'_> { impl
740 impl<'a> Deref for ChunksIter<'a> { implementation
748 impl<'a> DerefMut for ChunksIter<'a> { implementation
778 pub fn iter(&self) -> ChunksIter { in iter()