pub fn expr_from_bytes<F: FieldExt, E: Expr<F>>(bytes: &[E]) -> Expression<F>
Expand description

Given a bytes-representation of an expression, it computes and returns the single expression.