Expand description
Implementation detail of the pin-project crate. - do not use directly
Modulesยง
- error ๐
- pin_
project ๐ - pinned_
drop ๐ - utils ๐
Attribute Macrosยง
- pin_
project - An attribute that creates projection types covering all the fields of struct or enum.
- pinned_
drop - An attribute used for custom implementations of
Drop.