Examples and generated code of each feature of pin-project
Basic usage of #[pin_project]
on structs
Basic usage of #[pin_project]
on enums
Manual implementation of Unpin
by UnsafeUnpin
Manual implementation of Drop
by #[pinned_drop]
project_replace()
method
Ensure !Unpin
by #[pin_project(!Unpin)]