extern_spec_std_time_Duration_from_secs

Function extern_spec_std_time_Duration_from_secs 

Source
pub fn extern_spec_std_time_Duration_from_secs(secs: u64) -> Duration
Expand 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@)