pub type SendPort<H> = Port<SEND, H>;
Send-specific variant of Port. An output port.
Port
struct SendPort<H> { /* private fields */ }