0.4.10
- Added
project_replace
method and#[project_replace]
attribute.
project_replace
method is optional and can be enabled by passing theReplace
argument to#[pin_project]
attribute.
See the documentation for more details.
project_replace
method and #[project_replace]
attribute.project_replace
method is optional and can be enabled by passing the Replace
argument to #[pin_project]
attribute.