True when no criteria are referenced. Drives `skip_serializing_if`, so an empty list is omitted exactly as it was under the plain `Vec`.
(&self)
| 184 | /// True when no criteria are referenced. Drives `skip_serializing_if`, so an |
| 185 | /// empty list is omitted exactly as it was under the plain `Vec`. |
| 186 | pub fn is_empty(&self) -> bool { |
| 187 | self.as_slice().is_empty() |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | impl Default for Satisfies { |
no test coverage detected