Attribute Macro pin_project_internal::project_replace [−][src]
#[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
(deprecated) An attribute to provide way to refer to the projected type returned by
project_replace method.
This attribute is deprecated. Consider naming projected type by passing
project_replace 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_replace method.
See #[project] attribute for more details.