(&self)
| 191 | /// Return whether no errors were reported. |
| 192 | #[inline] |
| 193 | pub fn is_empty(&self) -> bool { |
| 194 | self.0.is_empty() |
| 195 | } |
| 196 | |
| 197 | /// Return whether one or more errors were reported. |
| 198 | #[inline] |
no outgoing calls
no test coverage detected