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
While there's no true IntoInner trait, it's a super common pattern for newtypes to provide an into_inner function. It'd be great if this crate could make it easy to add that function.
The text was updated successfully, but these errors were encountered:
Seconded. The Into trait often requires specifying the type through some awkward syntax or temp value, so having an into_inner with a definite type would be great.
While there's no true
IntoInner
trait, it's a super common pattern for newtypes to provide aninto_inner
function. It'd be great if this crate could make it easy to add that function.The text was updated successfully, but these errors were encountered: