[][src]Attribute Macro pin_project_internal::project_ref

#[project_ref]

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

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

See #[project] attribute for more details.