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

feat: Implement IntoStreamDependency for tuple and StreamDependency #359

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

0x676e67
Copy link
Owner

  • Added an implementation of the IntoStreamDependency trait for a tuple of (u32, u8, bool).
    This allows a tuple containing a stream ID, weight, and exclusive flag to be converted into a StreamDependency.
  • Added an implementation of the IntoStreamDependency trait for StreamDependency itself.
    This allows a StreamDependency to be converted into itself, which is useful for generic conversions.

@0x676e67 0x676e67 merged commit d7724f7 into main Jan 24, 2025
3 checks passed
@0x676e67 0x676e67 deleted the feat branch January 24, 2025 03:35
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.

1 participant