This issue is for gathering feedback on whether or not delegation actually would help solve cases where newtypes are tedious to implement today. In particular, whether certain extensions to the proposal would be required to solve your use case (e.g. delegation of associated types, static methods, etc).
Sometimes, newtypes are tedious to implement. There's a proposal for adding "delegation" to Rust which is expected to help with that.
Current delegation RFC: https://github.com/rust-lang/rfcs/pull/2393
This issue is for gathering feedback on whether or not delegation actually would help solve cases where newtypes are tedious to implement today. In particular, whether certain extensions to the proposal would be required to solve your use case (e.g. delegation of associated types, static methods, etc).