Searched defs:TextBody (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/body/ | ||
H A D | text.rs | 127 pub struct TextBody<T> { global() structure names 131 impl<'a> TextBody<FromBytes<'a>> { global() impls 149 impl<T: Read> TextBody<FromReader<T>> { global() impls 166 impl<T: AsyncRead + Unpin + Send + Sync> TextBody<FromAsyncReader<T>> { global() impls [all...] |
Completed in 1 milliseconds