Searched defs:ConnPool (Results 1 – 3 of 3) sorted by relevance
26 pub(crate) struct ConnPool<C, S> { struct31 impl<C: Connector> ConnPool<C, C::Stream> { implementation
31 pub(crate) struct ConnPool<C, S> { struct37 impl<C: Connector> ConnPool<C, C::Stream> { argument
39 using ConnPool = ConnectionPool; typedef