.expect() pulls some of that weight, but like... it doesn't make sense to be like:
if x.is_none() { return;}let x = x.expect("Shouldn't happen")