Searched defs:FromAsyncBody (Results 1 – 1 of 1) sorted by relevance
544 pub struct FromAsyncBody<T: super::async_impl::Body> { struct545 pub(crate) body: T,548 impl<T: super::async_impl::Body> FromAsyncBody<T> { impl554 impl<T: super::async_impl::Body> Deref for FromAsyncBody<T> { implementation562 impl<T: super::async_impl::Body> DerefMut for FromAsyncBody<T> { implementation