Trait hydroflow::util::simulation::MessageSender
source · pub trait MessageSender {
// Required method
fn send(&self, message: MessageWithAddress);
}
Expand description
A message sender is used to send messages to an inbox on a host.
Required Methods§
sourcefn send(&self, message: MessageWithAddress)
fn send(&self, message: MessageWithAddress)
Send a message to the inbox on the host.