-
I'm trying to send a So when I look at a valid message using the bus monitor, I see it looks like this:
But I can't figure out how to craft that using this crate. Any pointers? |
Beta Was this translation helpful? Give feedback.
Answered by
diwic
Nov 17, 2021
Replies: 1 comment 1 reply
-
How about:
...then you can do whatever you want to do with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
diggyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about:
...then you can do whatever you want to do with
x
, e g use it inmessage.append1(x)
orMessage::call_with_args
.