Type Alias ockam_node::channel_types::MessageSender

source ·
pub type MessageSender<T> = Sender<T>;
Expand description

Sender used to send payload messages

Aliased Type§

struct MessageSender<T> { /* private fields */ }