Skip to content

feat: allow unsized values#3

Merged
Berrysoft merged 1 commit into
compio-rs:masterfrom
robbie01:master
Jul 1, 2026
Merged

feat: allow unsized values#3
Berrysoft merged 1 commit into
compio-rs:masterfrom
robbie01:master

Conversation

@robbie01

@robbie01 robbie01 commented Jul 1, 2026

Copy link
Copy Markdown

This makes almost all bounds on T include ?Sized. For example, it allows unsizing Pin<Box<SendWrapper<Fut>>> to Pin<Box<SendWrapper<dyn Future>>>

@Berrysoft Berrysoft merged commit 15232f6 into compio-rs:master Jul 1, 2026
1 check 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.

2 participants