Type Alias tor_async_utils::oneshot::Sender

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

oneshot::Sender type alias

Aliased Type§

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