Trait eiktyrner::content::RequestContent[][src]

pub trait RequestContent where
    Self::Data: Send + 'static + Unpin
{ type Data; fn apply_headers(&self, headers: &mut HeaderMap);
fn into_body(self) -> Result<Body, Error>; }

Associated Types

Required methods

Implementors