pub type FakeClockRescheduleEventInMonotonicResult = Result<(), i32>;
pub enum FakeClockRescheduleEventInMonotonicResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value