Skip to main content

SharedTimeSource

Type Alias SharedTimeSource 

Source
pub type SharedTimeSource = Arc<dyn TimeSource>;
Expand description

Type alias for shared time source.

Aliased Typeยง

pub struct SharedTimeSource { /* private fields */ }