Type Alias hydroflow::scheduled::port::SendPort

source ·
pub type SendPort<H> = Port<SEND, H>;
Expand description

Send-specific variant of Port. An output port.

Aliased Type§

struct SendPort<H> { /* private fields */ }