Trait halo2_proofs::plonk::Phase

source ·
pub trait Phase: SealedPhase { }
Expand description

Phase of advice column

Implementors§

source§

impl<P> Phase for P
where P: SealedPhase,