Suppose I have a value x that has the type of Option, how do I convert it to Option<&T> ? I tried using map
x
Option
Option<&T>
map