[][src]Attribute Macro pin_project::project_replace

#[project_replace]

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.