Closed
Description
It should be possible for methods in traits to have a return value specified as impl Trait
. This would allow traits to return values without having to specify the exact type or wrap in indirection.
This would obviously not be object-safe as the size of the return value would not be known.
Metadata
Metadata
Assignees
Labels
No labels