Here’s an Implement a trait for an enum of traffic lights, where the trait includes a method that returns the duration of each light, and each light has a different duration.

Scroll to Top