[][src]Trait conjure_http::client::AsyncRequestBody

pub trait AsyncRequestBody<'a, W> {
    fn accept<V>(self, visitor: V) -> V::Output
    where
        V: AsyncVisitRequestBody<'a, W>
; }

A trait implemented by async request bodies.

Required methods

fn accept<V>(self, visitor: V) -> V::Output where
    V: AsyncVisitRequestBody<'a, W>, 

Accepts a visitor, calling the correct method corresponding to this body type.

Loading content...

Implementors

Loading content...