[−][src]Crate pin_project_internal
An internal crate to support pin_project - 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 for annotating an impl block that implements |
| project | Deprecated (deprecated) An attribute to provide way to refer to the projected type returned by
|
| project_ref | Deprecated (deprecated) An attribute to provide way to refer to the projected type returned by
|
| project_replace | Deprecated (deprecated) An attribute to provide way to refer to the projected type returned by
|