Home
last modified time | relevance | path

Searched defs:Retryable (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dmod.rs37 _retryable: &mut Retryable, in request()
Dhttp2.rs41 retryable: &mut Retryable, in request()
84 retryable: &mut Retryable, in frame_2_response()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs286 pub(crate) struct Retryable { struct
292 impl Retryable { argument