(&'a mut self, context: &'a Self::Context)
| 31 | type Dot = UnsupportedFormat; |
| 32 | |
| 33 | fn explain_text(&'a mut self, context: &'a Self::Context) -> Result<Self::Text, ExplainError> { |
| 34 | self.as_explain_single_plan(context) |
| 35 | } |
| 36 | |
| 37 | fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> { |
| 38 | self.as_explain_single_plan(context) |
nothing calls this directly
no test coverage detected