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.rs497 pub struct FromAsyncReader<T: AsyncRead + Unpin + Send + Sync> { struct
498 pub(crate) reader: T,
501 impl<T: AsyncRead + Unpin + Send + Sync> FromAsyncReader<T> { implementation
507 impl<T: AsyncRead + Unpin + Send + Sync> Deref for FromAsyncReader<T> { implementation
515 impl<T: AsyncRead + Unpin + Send + Sync> DerefMut for FromAsyncReader<T> { implementation