Trait halo2_frontend::circuit::layouter::SyncDeps

source ·
pub trait SyncDeps: Send + Sync { }
Expand description

Intermediate trait requirements for RegionLayouter when thread-safe regions are enabled.

Implementors§

source§

impl<T: Send + Sync> SyncDeps for T