pub trait RLCChainable<F> { // Required method fn rlc_chain(&self, other: Expression<F>) -> Expression<F>; }
Trait around RLC
Returns the RLC of itself with a starting rlc/multiplier