Home
last modified time | relevance | path

Searched refs:Conns (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs27 pool: Pool<PoolKey, Conns<S>>,
46 .get(key, Conns::new) in connect_to()
51 pub(crate) struct Conns<S> { struct
55 impl<S> Conns<S> { impl
63 impl<S> Clone for Conns<S> { implementation
71 impl<S: Read + Write + 'static> Conns<S> { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs32 pool: Pool<PoolKey, Conns<S>>,
53 .get(key, Conns::new) in connect_to()
59 pub(crate) struct Conns<S> { struct
65 impl<S> Conns<S> { argument
76 impl<S> Clone for Conns<S> { implementation
87 impl<S: AsyncRead + AsyncWrite + ConnInfo + Unpin + Send + Sync + 'static> Conns<S> { implementation