pub type Clock = Arc<dyn Fn() -> SystemTime + Send + Sync>;Expand description
Injectable wall clock (defaults to SystemTime::now).
Aliased Type§
pub struct Clock { /* private fields */ }pub type Clock = Arc<dyn Fn() -> SystemTime + Send + Sync>;Injectable wall clock (defaults to SystemTime::now).
pub struct Clock { /* private fields */ }