[][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...

Implementations on Foreign Types

impl Clock for clockid_t[src]

Loading content...

Implementors

Loading content...