(&self)
| 100 | } |
| 101 | |
| 102 | pub fn disruption_marker(&self) -> u64 { |
| 103 | match self { |
| 104 | ClockErrorBound::V2(ceb) => ceb.disruption_marker, |
| 105 | ClockErrorBound::V3(ceb) => ceb.disruption_marker, |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | pub fn clock_disruption_support_enabled(&self) -> bool { |
| 110 | match self { |
no outgoing calls