minus-squareNGram@piefed.catoRust@programming.dev•Announcing Rust 1.89.0linkfedilinkEnglisharrow-up10·10 days agoWhat scenarios do you envision a Result<Result<T, E>, E> having a different meaning than a Result<T, E>? To me, the messy Result type just seems like a case of something that should’ve been handled already (or properly propagated up). linkfedilink
What scenarios do you envision a Result<Result<T, E>, E> having a different meaning than a Result<T, E>? To me, the messy Result type just seems like a case of something that should’ve been handled already (or properly propagated up).