Skip to main content

SingleColGroupCheck

Trait SingleColGroupCheck 

Source
pub trait SingleColGroupCheck<Grouped, Proof> { }
Expand description

Per-element check: either skip (Agg) or verify (Scalar).

Implementors§

Source§

impl<E, Grouped> SingleColGroupCheck<Grouped, AggSkip> for E
where E: HasAggStatus<Status = AllAgg>,

Source§

impl<E, Grouped, W> SingleColGroupCheck<Grouped, ScalarCheck<W>> for E
where E: HasAggStatus<Status = AllScalar> + GroupByIdentity, Grouped: ScopeContains<E::Identity, W>,