(&'a mut self, context: &'a Self::Context)
| 185 | type Dot = UnsupportedFormat; |
| 186 | |
| 187 | fn explain_text(&'a mut self, context: &'a Self::Context) -> Result<Self::Text, ExplainError> { |
| 188 | self.as_explain_single_plan(context) |
| 189 | } |
| 190 | |
| 191 | fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> { |
| 192 | self.as_explain_single_plan(context) |
nothing calls this directly
no test coverage detected