Trait elastic_reqwest::IntoReqwestBody [] [src]

pub trait IntoReqwestBody {
    fn into_body(self) -> Body;
}

A type that can be converted into a request body.

Required Methods

Convert self into a body.

Implementors