[][src]Trait conjure_http::client::RequestBody

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

A trait implemented by request bodies.

Required methods

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

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

Loading content...

Implementors

Loading content...