[][src]Attribute Macro pin_project_internal::project_replace

#[project_replace]
👎 Deprecated since 0.4.21:

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

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

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

See #[project] attribute for more details.