Skip to content
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

From trait for Pin, PartiallyErasedPin, and ErasedPin structs #507

Merged
merged 2 commits into from
Jul 25, 2022

Conversation

romancardenas
Copy link
Contributor

I implemented the For trait for the following pin type conversions:

  • From Pin<P, N, MODE> to PartiallyErasedPin<P, MODE>
  • From Pin<P, N, MODE> to ErasedPin<MODE>
  • From PartiallyErasedPin<P, MODE> to ErasedPin<MODE>

@burrbull
Copy link
Contributor

bors r+

@bors bors bot merged commit 39d5264 into stm32-rs:master Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants