Replies: 1 comment
-
I think It is |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When having such, auto-generated struct
and this code
I have an error
I think that problematic is, that model definition is
which is not Sized
as a workaround, I extract the necessary information from the struct into a separate Vec, use it in parallel, then sort the results to match the original order and remove the filtered-out entries. However, this approach is a bit inefficient
Beta Was this translation helpful? Give feedback.
All reactions