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

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

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