A string describing the transform. This is useful mainly when iterating through many `Box ` and one wants to judge progress before some defect occurs.
(&self)
| 257 | /// This is useful mainly when iterating through many `Box<Transform>` |
| 258 | /// and one wants to judge progress before some defect occurs. |
| 259 | fn debug(&self) -> String { |
| 260 | format!("{:?}", self) |
| 261 | } |
| 262 | |
| 263 | /// A short string naming the transform, as it will be reported in metrics. |
| 264 | fn name(&self) -> &'static str; |
no outgoing calls
no test coverage detected