Q. What is the purpose of the 'Result' type in Rust?
β
Correct Answer: (B)
To handle errors
Explanation: 'Result' is used for error handling and represents success or failure.