Type Definition longbridge_httpcli::HttpClientResult

source ·
pub type HttpClientResult<T, E = HttpClientError> = Result<T, E>;
Expand description

Http client result type