1
2
3
4
5
6
7
---
source: crates/fetch_hyper/src/options.rs
expression: "ConnectionLifetime::Fixed(Duration::from_secs(7))"
---
Fixed(
    7s,
)