Y
Hacker News
new
|
ask
|
show
|
jobs
by
shepmaster
1897 days ago
> into an `Option<&str>` from an `Option<String>`
`Option::deref` is a good choice here.