Skip to content
Discussion options

You must be logged in to vote

You can get a mapped signal setter with SignalSetter, which is the "write only" equivalent to the "read only" Signal wrapper. There's no mapped RwSignal (i.e., no way to get from an RwSignal<SomeStruct> to RwSignal<SomeStructField>, although you can use create_slice to get a Signal and a SignalSetter for a single field of a struct)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChocolateLoverRaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants