Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
H A Dmod.rs135 pub(crate) struct IdleInterceptor; struct
137 impl Interceptor for IdleInterceptor {} implementation