Searched defs:FromAsyncBody (Results 1 – 1 of 1) sorted by relevance
470 pub struct FromAsyncBody<T: super::async_impl::Body> { struct471 pub(crate) body: T,474 impl<T: super::async_impl::Body> FromAsyncBody<T> { impl480 impl<T: super::async_impl::Body> Deref for FromAsyncBody<T> { implementation488 impl<T: super::async_impl::Body> DerefMut for FromAsyncBody<T> { implementation