Knowledge check

Completed

Answer the following questions to demonstrate what you've learned:

1.

When are Rust traits useful?

2.

What does the following function signature mean? fn show_on_screen<T: Display>(data: T)