Trait elastic::client::requests::IntoBody [] [src]

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

A type that can be converted into a request body.

Required Methods

Convert self into a body.

Implementors