Trait hyper::client::IntoBody
[-]
[+]
[src]
pub trait IntoBody<'a> {
fn into_body(self) -> Body<'a>;
}A helper trait to allow overloading of the body parameter.
pub trait IntoBody<'a> {
fn into_body(self) -> Body<'a>;
}A helper trait to allow overloading of the body parameter.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).