Method lrs::time::Clock::get_time

Returns the current time of the clock.

Syntax

impl Clock {
    fn get_time(self) -> Result<Time, Errno>
}