Method lrs::time::Timer::once_at

Sets the timer to expire once at the absolute when.

Syntax

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

Arguments

NameDescription
when