[][src]Trait os_clock::Clock

pub trait Clock: Sized + Send {
    fn get_time(&self) -> Result<Duration, Error>;
}

Required methods

fn get_time(&self) -> Result<Duration, Error>

Loading content...

Implementors

impl Clock for PosixClock[src]

Loading content...