(&self)
| 72 | } |
| 73 | |
| 74 | pub fn void_after(&self) -> TimeSpec { |
| 75 | match self { |
| 76 | ClockErrorBound::V2(ceb) => ceb.void_after, |
| 77 | ClockErrorBound::V3(ceb) => ceb.void_after, |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | pub fn bound_nsec(&self) -> i64 { |
| 82 | match self { |
no outgoing calls