(&self, f: &mut fmt::Formatter<'_>)
| 246 | |
| 247 | impl fmt::Display for HookType { |
| 248 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 249 | write!(f, "{}", self.as_str()) |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | // TurnEvent |
nothing calls this directly
no test coverage detected