mas_storage

Type Alias BoxClock

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

A boxed Clock

Aliased Typeยง

struct BoxClock(/* private fields */);