Replies: 1 comment
-
It might not be the best, but I might have been able to solve it by myself.
|
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'm new to Rust.
I wonder if it's possible to convert
Vec<Model>
into something likeVec<Json>
?I believe this is a very basic question in web development, but I'm having a hard time finding a solution.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions