Comment on How One Uncaught Rust Exception Took Out Cloudflare

<- View Parent
SethranKada@lemmy.ca ⁨21⁩ ⁨hours⁩ ago

There is a function that does what you are asking for.

.unarap_or()

It either unwraps the value or uses a provided default. Personally, i think unwrap() should be renamed unwrap_or_panic() to follow existing conventions and prevent confusion for non-rust programmers.

source
Sort:hotnewtop