Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs544 pub struct FromAsyncBody<T: super::async_impl::Body> { struct
545 pub(crate) body: T,
548 impl<T: super::async_impl::Body> FromAsyncBody<T> { impl
554 impl<T: super::async_impl::Body> Deref for FromAsyncBody<T> { implementation
562 impl<T: super::async_impl::Body> DerefMut for FromAsyncBody<T> { implementation