Struct r2d2::State [−][src]
Information about the state of a Pool
.
Fields
connections: u32
The number of connections currently being managed by the pool.
idle_connections: u32
The number of idle connections.