Type Alias commonware_p2p::Receiver

source ·
pub type Receiver = Receiver<Message>;
Expand description

Channel to asynchronously receive messages from a channel.

Aliased Type§

struct Receiver { /* private fields */ }