Struct r2d2::State [−][src]
Expand description
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.
Information about the state of a Pool
.
connections: u32
The number of connections currently being managed by the pool.
idle_connections: u32
The number of idle connections.