sel4_async_block_io_fat::filesystem

Trait TimeSource

Source
pub trait TimeSource {
    // Required method
    fn get_timestamp(&self) -> Timestamp;
}
Expand description

Things that impl this can tell you the current time.

Required Methods§

Source

fn get_timestamp(&self) -> Timestamp

Returns the current time

Implementors§