ConnectionPool

Type Alias ConnectionPool 

Source
type ConnectionPool = Arc<Pool<(UpstreamInner, Option<IpAddr>), SendRequestWrapper>>;

Aliased Typeยง

struct ConnectionPool { /* private fields */ }