Knowledge check

Completed

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

1.

Which of the following attempts will not cause a Rust program to panic?

2.

How can you represent the possibility of absence of a value of a given type, T, in Rust?

3.

How can you represent the possibility of input/output (I/O) failure when you're obtaining a value of a given type, T?