We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compiler reports this error when I add a GAT.
error: Only methods allowed in RPC traits --> src/rpc/mod.rs:12:5 | 12 | type Item<'a> where Self: 'a;
Not sure there's a plan to support it.
The text was updated successfully, but these errors were encountered:
It's not supported yet, as the compiler says currently it's only allowed to add functions to the RPC trait i.e, not associated types.
Can you give an example what your trying to do and what's the benefit for jsonrpsee to support it? Thanks
Sorry, something went wrong.
No branches or pull requests
The compiler reports this error when I add a GAT.
Not sure there's a plan to support it.
The text was updated successfully, but these errors were encountered: