Expand description

An internal crate to support pin_project - do not use directly

Attribute Macros

An attribute that creates projection types covering all the fields of struct or enum.

An attribute for annotating an impl block that implements Drop.

projectDeprecated

(deprecated) An attribute to provide way to refer to the projected type returned by project method.

project_refDeprecated

(deprecated) An attribute to provide way to refer to the projected type returned by project_ref method.

project_replaceDeprecated

(deprecated) An attribute to provide way to refer to the projected type returned by project_replace method.