Type Definition sp_runtime::offchain::http::HttpResult
source · pub type HttpResult = Result<Response, Error>;
Expand description
A result of waiting for a pending request.
pub type HttpResult = Result<Response, Error>;
A result of waiting for a pending request.