Builder‐style setter for `format`
(mut self, format: ExplainFormat)
| 3243 | |
| 3244 | /// Builder‐style setter for `format` |
| 3245 | pub fn with_format(mut self, format: ExplainFormat) -> Self { |
| 3246 | self.format = format; |
| 3247 | self |
| 3248 | } |
| 3249 | } |
| 3250 | |
| 3251 | /// Produces a relation with string representations of |
no outgoing calls
no test coverage detected