Trait TimeProvider
rcore_fs::dev
pub trait TimeProvider: Send + Sync { fn current_time(&self) -> Timespec; }
A current time provider
fn current_time(&self) -> Timespec
impl TimeProvider for StdTimeProvider