Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs49 pub(crate) struct PoolKey(Scheme, Authority); struct
51 impl PoolKey { implementation