pub type PoolStats = DatabasePoolStats;Expand description
Legacy alias for DatabasePoolStats for backward compatibility
Aliased Type§
pub struct PoolStats {
pub total_connections: u32,
pub idle_connections: u32,
pub active_connections: u32,
}Fields§
§total_connections: u32§idle_connections: u32§active_connections: u32