pub type TerminateCodeword<F> = Vec<F>;
The type of the termination round codeword in the FRI protocol.
struct TerminateCodeword<F> { /* private fields */ }