Method lrs::time::Timer::once_in

Sets the timer to expire in when time units.

Syntax

impl Timer {
    fn once_in(&self, when: Time) -> Result<(), Errno>
}

Arguments

NameDescription
when