pub type TcpConnectionPool<A = SocketAddr> = ConnectionPool<TcpStream, A, TcpConnectionCreator, TcpConnectionValidator>;Aliased Type§
pub struct TcpConnectionPool<A = SocketAddr> { /* private fields */ }pub type TcpConnectionPool<A = SocketAddr> = ConnectionPool<TcpStream, A, TcpConnectionCreator, TcpConnectionValidator>;pub struct TcpConnectionPool<A = SocketAddr> { /* private fields */ }