mesh::local_node

Trait SendEvent

Source
pub trait SendEvent: Send + Sync {
    // Required method
    fn event(&self, event: OutgoingEvent<'_>);
}
Expand description

Trait for sending events to a remote node.

Required Methods§

Source

fn event(&self, event: OutgoingEvent<'_>)

Implementors§