You’ll also want to take note of Option::as_ref()
and Option::as_mut()
methods as they allow you to get references to the value inside an Option.
5 Likes
You’ll also want to take note of Option::as_ref()
and Option::as_mut()
methods as they allow you to get references to the value inside an Option.