Searched defs:TextBody (Results 1 – 1 of 1) sorted by relevance
127 pub struct TextBody<T> { struct131 impl<'a> TextBody<FromBytes<'a>> { implementation149 impl<T: Read> TextBody<FromReader<T>> { impl166 impl<T: AsyncRead + Unpin + Send + Sync> TextBody<FromAsyncReader<T>> { impl184 impl<'a> sync_impl::Body for TextBody<FromBytes<'a>> { implementation192 impl<'c> async_impl::Body for TextBody<FromBytes<'c>> { implementation204 impl<T: Read> sync_impl::Body for TextBody<FromReader<T>> { implementation212 impl<T: AsyncRead + Unpin + Send + Sync> async_impl::Body for TextBody<FromAsyncReader<T>> { implementation