[−][src]Trait conjure_http::client::AsyncRequestBody
A trait implemented by async request bodies.
Required methods
fn accept<V>(self, visitor: V) -> V::Output where
V: AsyncVisitRequestBody<'a, W>,
V: AsyncVisitRequestBody<'a, W>,
Accepts a visitor, calling the correct method corresponding to this body type.