1 2 3 4 5 6
pub struct Configuration { pub max_connections: usize, pub timeout: usize, pub reserved_timeout: usize, pub heartbeat: usize, }
1 2 3 4 5 6
pub struct Configuration { pub max_connections: usize, pub timeout: usize, pub reserved_timeout: usize, pub heartbeat: usize, }