(&self, f: &mut fmt::Formatter<'_>)
| 29 | |
| 30 | impl fmt::Debug for Gamepad { |
| 31 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 32 | write!(f, "Gamepad(...)") |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | struct GamepadInner { |
nothing calls this directly
no outgoing calls
no test coverage detected