Type Definition lifxi::http::ClientResult

source ·
pub type ClientResult = Result<Response, Error>;
Expand description

The result type for all requests made with the client.