pub fn extern_spec_std_time_Duration_from_secs(secs: u64) -> DurationExpand description
extern spec for ::std::time::Duration::from_secs
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == secs_to_nanos(secs@)