RPITs, RPITITs and AFITs and their relationship

This is the first blog post as part of a series of blog posts that will try to explain how impl trait in return position inside and outside traits and async fns in traits works. This first blog post summarizes the concepts with some simple examples. In the following ones we would be explaining a bit about the internal details. What is an RPIT? RPIT stands for Return Position Impl Trait. [Read More]