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 {
    shared: Arc<Shared<Option<Result<(), Halo2Error>>>>,
}

Fields§

§shared: Arc<Shared<Option<Result<(), Halo2Error>>>>