@ekuber - Type inference on functions like closures (at least the return type)
- Easy "enums" (type unions)
- Auto wrapping Try types (Option/Result) (`return 0` automatically returns `Ok(0)`)
Besides the type unions, I don't really want this to be in public code, but I do miss those things when trying to whip something up quickly.
`rust-analyzer`'s assist for wrapping and unwrapping of Try types is great tho.