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

[WIP] First pass implementation of returning the inner types from the server #24

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hgomersall
Copy link

This WIP passes cargo check ok, but I can't get the trait bounds right for it to be actually useable. The problem I'm seeing appears to be Debug isn't implemented on the error given the trait bounds, which I don't understand properly (Rust Analyzer also highlights this, but it's no more apparent there). Also, there is a problem with the Future not having a size known at compile time which may be the same root issue.

I need some assistance to get this right as I'm rather at the limits of my experience...

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