pub fn extern_spec_Sub_Duration_Duration_sub(
self_: Duration,
rhs: Duration,
) -> DurationExpand description
extern spec for Duration::sub
This is not a real function: its only use is for documentation.
terminates
ghost
requires
self@ - rhs@ >= 0ensures
self@ - rhs@ == result@