There going to be [checked analogues of offseting `Instant`s by `Duration`s](https://github.com/rust-lang/rust/issues/55940), but I see no analogue of non-panicking calculation of `Duration` from a pair of `Instant`s. Note: this issue is referred by `#[unstable]` in the pull request.
There going to be checked analogues of offseting
Instants byDurations, but I see no analogue of non-panicking calculation ofDurationfrom a pair ofInstants.Note: this issue is referred by
#[unstable]in the pull request.