Skip to main content

ExpressionStructPatchBuilder

Type Alias ExpressionStructPatchBuilder 

Source
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 */ }