ReflectRemote on a foreign type nested in an Option #24226
Unanswered
nulldatamap
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I'm in the situation where I have a component that looks like this:
The
Colortype is a foreign type, but I've used#[reflect_remote(Color)]to create aReflectRemotetype for it, but it doesn't work when theColoris in anOption. What's the expected way to handle this situation?Beta Was this translation helpful? Give feedback.
All reactions