pub trait IntoPwmPin<TC, PIN> { // Required method fn into_pwm(self, timer: &TC) -> Pin<PwmOutput<TC>, PIN>; }