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

Implement Reply for Box<dyn Reply> #313

Merged
merged 2 commits into from
Nov 14, 2019
Merged

Implement Reply for Box<dyn Reply> #313

merged 2 commits into from
Nov 14, 2019

Conversation

seanmonstar
Copy link
Owner

Closes #286

@seanmonstar seanmonstar requested a review from jxs November 13, 2019 01:04
@jxs
Copy link
Collaborator

jxs commented Nov 13, 2019

Awesome! 👌 I am also going to add an example ok? due to rust-lang/rust#60424 not yet being solved : rust-lang/rust#64999 (comment) it's not trivial to know that a cast is needed from the compiler error message

@jxs jxs force-pushed the box-dyn-reply branch 2 times, most recently from fbb74f8 to 3c7fe2c Compare November 14, 2019 10:38
@seanmonstar seanmonstar merged commit 0f2c55c into master Nov 14, 2019
@seanmonstar seanmonstar deleted the box-dyn-reply branch September 23, 2020 14:29
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.

return Box<dyn Reply>
2 participants