use impl trait
in grammar paramater
#872
AphrosDelos532
started this conversation in
General
Replies: 1 comment
-
Yes, unfortunately grammar parameters are incomplete in their handling of more advanced rust functionality. See this similar issue: #134 Please open an issue and we would be very interested in pr's on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about a simplified version of my project. Below is the project structure.
The
traits.rs
file contains the following content. I have defined and exposed atrait
namedAccessCache
.However, when I attempt to add it to the
parser
, I encounter the following error:However, I can use it well in other Rust functions. I'm puzzled. Is it not possible to use it in this way?
Beta Was this translation helpful? Give feedback.
All reactions