Trait lifxi::http::Send

source ·
pub trait Send<S> {
    fn send(&self) -> ClientResult;
}
Expand description

Trait for configurable (non-terminal) requests to be sent conveniently.

Required Methods

Sends the request.

This method delegates to Request::send, so take a look at that documentation for more information.

Implementors