Type Alias MonotonicTimer

Source
pub type MonotonicTimer = Box<dyn Send + FnMut() -> Duration>;
Expand description

Implementation of [ms_tpm_20_ref::PlatformCallbacks::monotonic_timer]

Aliased Typeยง

struct MonotonicTimer(/* private fields */);