Tyler has been driving the design of async functions in traits over the last year. In that process Tyler has authored two RFCs, [#3185 (static async functions in traits)](https://github.com/rust-lang/rfcs/pull/3185) and [#3245 (refined trait impls)](https://github.com/rust-lang/rfcs/pull/3245), both of which were accepted. He has good instincts for language design and orthogonality, devising general solutions to address a range of use cases with a small set of language changes, such as [contexts/capabilities](https://tmandry.gitlab.io/blog/posts/2021-12-21-context-capabilities/) and [`dyn*`](https://smallcultfollowing.com/babysteps/blog/2022/03/29/dyn-can-we-make-dyn-sized/).
0 commit comments