Get the bandwidth (if present).
(&self)
| 153 | |
| 154 | /// Get the bandwidth (if present). |
| 155 | fn bandwidth(&self) -> Option<f32> { |
| 156 | Some(self.bandwidth) |
| 157 | } |
| 158 | |
| 159 | /// Get the start range value. |
| 160 | fn range_start(&self) -> f32 { |
no outgoing calls
no test coverage detected