zebra_consensus::primitives::halo2

Type Alias Sender

source
type Sender = Sender<Option<Result<(), Halo2Error>>>;
Expand description

The type of the batch sender channel.

Aliased Typeยง

struct Sender { /* private fields */ }