[][src]Type Definition cdrs_temp::cluster::TcpConnectionPool

type TcpConnectionPool<A> = ConnectionPool<TcpConnectionsManager<A>>;

Shortcut for r2d2::Pool type of TCP-based CDRS connections.