Return a reference to the value of this metric
(&self)
| 185 | |
| 186 | /// Return a reference to the value of this metric |
| 187 | pub fn value(&self) -> &MetricValue { |
| 188 | &self.value |
| 189 | } |
| 190 | |
| 191 | /// Return a mutable reference to the value of this metric |
| 192 | pub fn value_mut(&mut self) -> &mut MetricValue { |