mirror of
https://github.com/hyperium/hyper.git
synced 2026-01-25 10:26:13 +00:00
The new trait method has a default implementation just returning `Instant::now()`. An implementer can override that, such as Tokio providing support for it's pausable clock.