Trait rcore_fs::dev::TimeProvider[][src]

pub trait TimeProvider: Send + Sync {
    fn current_time(&self) -> Timespec;
}

A current time provider

Required methods

fn current_time(&self) -> Timespec[src]

Loading content...

Implementors

impl TimeProvider for StdTimeProvider[src]

Loading content...