SendPort

Type Alias SendPort 

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

Send-specific variant of Port. An output port.

Aliased Typeยง

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