pub fn extern_spec_Add_Duration_Instant_add(
self_: Instant,
rhs: Duration,
) -> InstantExpand description
extern spec for Instant::add
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
rhs@ == 0 ==> self@ == result@ensures
rhs@ > 0 ==> self@ < result@