Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dtext.rs127 pub struct TextBody<T> { struct
131 impl<'a> TextBody<FromBytes<'a>> { implementation
149 impl<T: Read> TextBody<FromReader<T>> { impl
166 impl<T: AsyncRead + Unpin + Send + Sync> TextBody<FromAsyncReader<T>> { impl
184 impl<'a> sync_impl::Body for TextBody<FromBytes<'a>> { implementation
192 impl<'c> async_impl::Body for TextBody<FromBytes<'c>> { implementation
204 impl<T: Read> sync_impl::Body for TextBody<FromReader<T>> { implementation
212 impl<T: AsyncRead + Unpin + Send + Sync> async_impl::Body for TextBody<FromAsyncReader<T>> { implementation