Type Alias zebra_consensus::primitives::halo2::Sender
source · type Sender = Sender<Option<Result<(), Halo2Error>>>;
Expand description
The type of the batch sender channel.
Aliased Type§
struct Sender { /* private fields */ }