pub fn clock_gettime_dynamic(id: DynamicClockId<'_>) -> Result<Timespec>
Available on crate feature time only.
Expand description

Like clock_gettime but with support for dynamic clocks.

References