You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! In order to make the library easier to use, i was wondering if theres a way to add something like automatically cloning a reference for a T that is cloneable.
It already exists in a Vec(I think?), but i dont see it on any regular T, and flapigen currently returns error: Do not know conversation from such rust type '& Tester' to Java type
Hey! In order to make the library easier to use, i was wondering if theres a way to add something like automatically cloning a reference for a T that is cloneable.
It already exists in a Vec(I think?), but i dont see it on any regular T, and flapigen currently returns
error: Do not know conversation from such rust type '& Tester' to Java type
(Not sure if this typemap is corrrect)
Example:
The text was updated successfully, but these errors were encountered: