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