Trait sel4_driver_interfaces::timer::Clock
source · pub trait Clock: ErrorType {
// Required method
fn get_time(&mut self) -> Result<Duration, Self::Error>;
}
pub trait Clock: ErrorType {
// Required method
fn get_time(&mut self) -> Result<Duration, Self::Error>;
}