Skip to main content

ArcClock

Type Alias ArcClock 

Source
pub type ArcClock = Arc<dyn Clock>;
Expand description

Convenience aliases for the common injection shape.

Aliased Type§

pub struct ArcClock { /* private fields */ }