pub type ExpressionStructPatchBuilder = StructPatchBuilder<ExpressionRef>;Expand description
A StructPatchBuilder whose emitted items are
expressions, lowered into an ExpressionStructPatch that can be embedded in an
Expression.
Aliased Typeยง
pub struct ExpressionStructPatchBuilder { /* private fields */ }