pub type GetTime = Arc<dyn Fn() -> f64 + Send + Sync>;
A source of the current time in seconds. Upstream’s GetTimeCallable, shared by Console::get_time and Progress.
GetTimeCallable
Console::get_time
Progress
pub struct GetTime { /* private fields */ }