Skip to main content

GetTime

Type Alias GetTime 

Source
pub type GetTime = Arc<dyn Fn() -> f64 + Send + Sync>;
Expand description

A source of the current time in seconds. Upstream’s GetTimeCallable.

Aliased Type§

pub struct GetTime { /* private fields */ }