Trait mesh_node::local_node::SendEvent
source · pub trait SendEvent: Send + Sync {
// Required method
fn event(&self, event: OutgoingEvent<'_>);
}
Expand description
Trait for sending events to a remote node.
pub trait SendEvent: Send + Sync {
// Required method
fn event(&self, event: OutgoingEvent<'_>);
}
Trait for sending events to a remote node.