pub fn extern_spec_std_time_Duration_as_secs(self_: &Duration) -> u64Expand description
extern spec for ::std::time::Duration::as_secs
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == nanos_to_secs(self@)