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
Hey! Basically every non trivial NewType or type which otherwise wraps another type, and where Id prefer to not have to instantiate the inner type and call into() on it. Being able to delegate a lot of constructors would be awesome!
With rust-delegate, you can't currently delegate trait implementations, due to limitations of the Rust introspection system. You could do something like this (if it were implemented):
Gr8 Cr8! I would love to be able to forward all constructors as well! Do you think it would be possible?
The text was updated successfully, but these errors were encountered: