Get all missing context conflicts.
(&self)
| 346 | |
| 347 | /// Get all missing context conflicts. |
| 348 | pub fn missing_contexts(&self) -> &[MissingContextConflict] { |
| 349 | &self.missing_contexts |
| 350 | } |
| 351 | |
| 352 | /// Get the number of missing context conflicts. |
| 353 | pub fn missing_context_count(&self) -> usize { |