We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct Iterable
beam/sdks/rust/src/coders/required_coders.rs
Lines 187 to 193 in 4ba3711
We have trait IntoIterator in Rust and we should rather use it.
trait IntoIterator
Priority: 3
Component: beam-community
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to happen?
beam/sdks/rust/src/coders/required_coders.rs
Lines 187 to 193 in 4ba3711
We have
trait IntoIterator
in Rust and we should rather use it.Issue Priority
Priority: 3
Issue Component
Component: beam-community
The text was updated successfully, but these errors were encountered: