You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any post Rust 2021 edition plans for this crate?
TryFrom and TryInto are particularly tricksy, because the prelude includes it's own variants, so the code required to use the variants in this crate are quite awkard.
On the other hand, the custom derive macro for TryFrom is still very useful 😃
The text was updated successfully, but these errors were encountered:
Are there any post Rust 2021 edition plans for this crate?
TryFrom
andTryInto
are particularly tricksy, because the prelude includes it's own variants, so the code required to use the variants in this crate are quite awkard.On the other hand, the custom derive macro for
TryFrom
is still very useful 😃The text was updated successfully, but these errors were encountered: