Skip to content

impl Copy for UseChannel<MessageType: !Copy> - #113

Merged
ealmloff merged 1 commit into
DioxusLabs:mainfrom
oletf:main
Jul 2, 2026
Merged

impl Copy for UseChannel<MessageType: !Copy>#113
ealmloff merged 1 commit into
DioxusLabs:mainfrom
oletf:main

Conversation

@oletf

@oletf oletf commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Change to fix #112
as its the only fields are Uuid and Signal which are all Copy, it seems to me it'd be safe to implement it for all MessageType.

not 100% sure if it actually should be like this, feel free to refuse !

@ealmloff ealmloff left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ealmloff
ealmloff merged commit 551cd80 into DioxusLabs:main Jul 2, 2026
4 checks passed
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.

UseChannel<MessageType> not Copy for !Copy MessageType

2 participants