pub type TimerResult<R> = Result<R, TimerError>;
Expand description
Alias for the Result used by timer queues.
Aliased Type§
pub enum TimerResult<R> {
Ok(R),
Err(TimerError),
}
pub type TimerResult<R> = Result<R, TimerError>;
Alias for the Result used by timer queues.
pub enum TimerResult<R> {
Ok(R),
Err(TimerError),
}