Trait folding::expressions::FoldingColumnTrait
source · pub trait FoldingColumnTrait: Copy + Clone {
// Required method
fn is_witness(&self) -> bool;
// Provided method
fn degree(&self) -> Degree { ... }
}
Required Methods§
fn is_witness(&self) -> bool
Provided Methods§
sourcefn degree(&self) -> Degree
fn degree(&self) -> Degree
Return the degree of the column
0
if the column is a constant1
if the column will take part of the randomisation (see top level documentation