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.rs445 pub struct FromAsyncReader<T: AsyncRead + Unpin + Send + Sync> { struct
446 pub(crate) reader: T,
449 impl<T: AsyncRead + Unpin + Send + Sync> FromAsyncReader<T> { implementation
455 impl<T: AsyncRead + Unpin + Send + Sync> Deref for FromAsyncReader<T> { implementation
463 impl<T: AsyncRead + Unpin + Send + Sync> DerefMut for FromAsyncReader<T> { implementation