monica_b1998@lemmy.world to Rust@programming.dev · 3 months agoError Handling in Rust vs. Exceptions in other languagesslicker.meexternal-linkmessage-square15linkfedilinkarrow-up12
arrow-up12external-linkError Handling in Rust vs. Exceptions in other languagesslicker.memonica_b1998@lemmy.world to Rust@programming.dev · 3 months agomessage-square15linkfedilink
minus-squaretreadful@lemmy.ziplinkfedilinkEnglisharrow-up0·3 months agoCompletely forgot about this one. Think I still like the other approach (implementing From) for most places, but I’ll keep this one in mind too, thanks.
Completely forgot about this one. Think I still like the other approach (implementing
From) for most places, but I’ll keep this one in mind too, thanks.