I have function that returns a Result and I am using the ? operation on it. What is the catch? Code:
Result
?
pub fn open(filename: &str) -&g