Type Alias zx::BootTimer

source ·
pub type BootTimer = Timer<BootTimeline>;
Expand description

A timer that measures its deadlines against the boot clock.

Aliased Type§

struct BootTimer(/* private fields */);