mas_storage

Type Alias BoxClock

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

A boxed Clock

Aliased Typeยง

struct BoxClock(/* private fields */);