type Sending = Sender<Result<()>>;
Type alias for the sender we notify when we complete a channel (or fail to complete it).
struct Sending { /* private fields */ }