Hmm, I wonder if eventually all non-primitive type conversions will be done through `TryFrom`, potentially implementing + calling `Try` if it can also be done without errors. Would it be possible to impl TryFrom as `-> Result<NewType, !>` to tell the compiler there's never errs?
-
-
Lol, figured I might as well look it up. TryFrom<T, !> is defined as a blanket impl for Try. So good! https://doc.rust-lang.org/nightly/src/core/convert.rs.html#481-487 …
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.