pub fn extern_spec_std_time_Instant_checked_duration_since(
self_: &Instant,
earlier: Instant,
) -> Option<Duration>Expand description
extern spec for ::std::time::Instant::checked_duration_since
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
self@ >= earlier@ ==> result != Noneensures
self@ < earlier@ ==> result == None