hyper-util 0.1.3

hyper utilities
Documentation
1
2
3
4
5
6
7
8
struct ConnectingPool<C, P> {
    connector: C,
    pool: P,
}

struct PoolableSvc<S>(S);