Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs519 pub struct FromAsyncReader<T: AsyncRead + Unpin + Send + Sync> { struct
520 pub(crate) reader: T,
523 impl<T: AsyncRead + Unpin + Send + Sync> FromAsyncReader<T> { impl
529 impl<T: AsyncRead + Unpin + Send + Sync> Deref for FromAsyncReader<T> { implementation
537 impl<T: AsyncRead + Unpin + Send + Sync> DerefMut for FromAsyncReader<T> { implementation