-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide way to import projection trait #80
Labels
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
Comments
This was referenced Sep 9, 2019
Blocked on #21 (comment) |
Didn't search very hard but: why do you need the trait? I thought we made pin edit: sorry, fundamental isn't relevant here.. but shouldnt they be valid inherent methods? edit2: found #89, understand what happened now. |
Closing this in favor of #89. |
taiki-e
added
A-pin-projection
Area: #[pin_project]
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
and removed
A-pin-projection
Area: #[pin_project]
labels
Sep 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
The current project/project_into methods are trait-methods, so it needs to use glob import to use it from other modules.
We could probably provide the following way:
The text was updated successfully, but these errors were encountered: