Attribute Macro pin_project::project_replace[][src]

#[project_replace]

(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.