(&self, f: &mut fmt::Formatter<'_>)
| 238 | |
| 239 | impl fmt::Display for HookType { |
| 240 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 241 | write!(f, "{}", self.as_str()) |
| 242 | } |
| 243 | } |
| 244 | |
| 245 | // TurnEvent |
nothing calls this directly
no test coverage detected