All quizzes
RustChallengeMultiple choice

Inside a function returning Result<T, E>, what does the `?` operator do when applied to a Result value that is Err(e)?