Struct r2d2::State
[−]
[src]
pub struct State {
pub connections: u32,
pub idle_connections: u32,
// some fields omitted
}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.