Type Alias ng_net::utils::Sender

source ·
pub type Sender<T> = UnboundedSender<T>;

Aliased Type§

struct Sender<T>(/* private fields */);