[][src]Crate pin_project_internal

Implementation detail of the pin-project crate. - do not use directly

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.