[][src]Attribute Macro pin_project_internal::project_ref

#[project_ref]
👎 Deprecated since 0.4.21:

consider naming projected type by passing project_ref argument to #[pin_project] attribute instead, see release note https://github.com/taiki-e/pin-project/releases/tag/v0.4.21 for details

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

This attribute is deprecated. Consider naming projected type by passing project_ref argument to #[pin_project] attribute instead, see release note for details

This is the same as #[project] attribute except it refers to the projected type returned by the project_ref method.

See #[project] attribute for more details.