pub fn extern_spec_std_time_Duration_subsec_micros(self_: &Duration) -> u32Expand description
extern spec for ::std::time::Duration::subsec_micros
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == nanos_to_micros(self@) % 1_000_000ensures
result < 1_000_000_u32