ClockType

Type Alias ClockType 

Source
pub type ClockType = Box<dyn Clock + Send + Sync>;
Expand description

Defines a boxed pointer to Clock.

Aliased Typeยง

pub struct ClockType(/* private fields */);