Searched refs:Conns (Results 1 – 2 of 2) sorted by relevance
27 pool: Pool<PoolKey, Conns<S>>,46 .get(key, Conns::new) in connect_to()51 pub(crate) struct Conns<S> { struct55 impl<S> Conns<S> { impl63 impl<S> Clone for Conns<S> { implementation71 impl<S: Read + Write + 'static> Conns<S> { implementation
32 pool: Pool<PoolKey, Conns<S>>,53 .get(key, Conns::new) in connect_to()59 pub(crate) struct Conns<S> { struct65 impl<S> Conns<S> { argument76 impl<S> Clone for Conns<S> { implementation87 impl<S: AsyncRead + AsyncWrite + ConnInfo + Unpin + Send + Sync + 'static> Conns<S> { implementation