type Sender = Sender<Option<Result<(), Error>>>;
The type of the batch sender channel.
struct Sender { /* private fields */ }