(&self)
| 107 | } |
| 108 | |
| 109 | pub fn clock_disruption_support_enabled(&self) -> bool { |
| 110 | match self { |
| 111 | ClockErrorBound::V2(ceb) => ceb.clock_disruption_support_enabled, |
| 112 | ClockErrorBound::V3(ceb) => ceb.clock_disruption_support_enabled, |
| 113 | } |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | impl ClockBoundSnapshot for ClockErrorBound { |
no outgoing calls