Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs497 pub struct FromAsyncReader<T: AsyncRead + Unpin + Send + Sync> { struct
501 impl<T: AsyncRead + Unpin + Send + Sync> FromAsyncReader<T> { impl
507 impl<T: AsyncRead + Unpin + Send + Sync> Deref for FromAsyncReader<T> { implementation
515 impl<T: AsyncRead + Unpin + Send + Sync> DerefMut for FromAsyncReader<T> { implementation