Skip to main content

Sending

Type Alias Sending 

Source
type Sending = Sender<Result<()>>;
Expand description

Type alias for the sender we notify when we complete a channel (or fail to complete it).

Aliased Typeยง

struct Sending { /* private fields */ }