[][src]Crate pin_project_internal

An interal crate to support pin_project - do not use directly

Attribute Macros

pin_project

An attribute that creates a projection struct covering all the fields.

pinned_drop

An attribute for annotating an impl block that implements Drop.

project

An attribute to provide way to refer to the projected type.