Type Definition ark_api::http_request::ResponseResult
source · pub type ResponseResult = Result<Response, Error>;Expand description
The response to any http request served by this API.
pub type ResponseResult = Result<Response, Error>;The response to any http request served by this API.