Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs127 pub struct TextBody<T> { struct
131 impl<'a> TextBody<FromBytes<'a>> { impl
149 impl<T: Read> TextBody<FromReader<T>> { impl
166 impl<T: AsyncRead + Unpin + Send + Sync> TextBody<FromAsyncReader<T>> { implementation
184 impl<T: async_impl::Body> TextBody<FromAsyncBody<T>> { impl
202 impl<'a> sync_impl::Body for TextBody<FromBytes<'a>> { implementation
210 impl<'c> async_impl::Body for TextBody<FromBytes<'c>> { implementation
222 impl<T: Read> sync_impl::Body for TextBody<FromReader<T>> { implementation
230 impl<T: AsyncRead + Unpin + Send + Sync> async_impl::Body for TextBody<FromAsyncReader<T>> { implementation
247 impl<T: async_impl::Body> async_impl::Body for TextBody<FromAsyncBody<T>> { implementation