Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dymk
on July 15, 2022
|
parent
|
context
|
favorite
| on:
Rust should not have provided `unwrap`
In that case, you use `unwrap`, or you manually convert it into your return type, or you provide an `impl Try` [0] for your return type once that feature becomes stable (already possible if you're on nightly)
[0] -
https://github.com/rust-lang/rust/issues/84277
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] - https://github.com/rust-lang/rust/issues/84277