Replies: 2 comments 1 reply
-
Can you clarify your use case? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, I think I figured it out:
With this setup, I now have:
|
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.
-
Is there a way to declare a type alias ? Something equivalent to what follows:
MyUnion = Union[MyPyRustType1, MyPyRustType2]
or
MyTuple = Tuple[MyPyRustType1, MyPyRustType2]
Beta Was this translation helpful? Give feedback.
All reactions