Trait implementation type elision

Interesting thought. Has the nice property that { unimplemented!() } wouldn't need any parameter types.

1 Like

This sounds similar to: https://github.com/rust-lang/rfcs/pull/2063

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.