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.rs470 pub struct FromAsyncBody<T: super::async_impl::Body> { struct
471 pub(crate) body: T,
474 impl<T: super::async_impl::Body> FromAsyncBody<T> { impl
480 impl<T: super::async_impl::Body> Deref for FromAsyncBody<T> { implementation
488 impl<T: super::async_impl::Body> DerefMut for FromAsyncBody<T> { implementation