Propagating Errors with ? match some_expression { Ok(value) => value, Err(err) => return Err(err), } Key points: