We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1ed3fee
Changed project method generated by #[pin_project] attribute to take an &mut Pin<&mut Self> argument.
project
#[pin_project]
&mut Pin<&mut Self>
#[project] attribute can now be used for impl blocks.
#[project]
#[pin_project] attribute can now detect that the type used does not have its own drop implementation without actually implementing drop. This removed some restrictions.