pub type SchemaStructPatchBuilder = StructPatchBuilder<StructField>;Expand description
A StructPatchBuilder whose emitted items are schema
fields, lowered into an output StructType directly from an input schema via
build.
Aliased Typeยง
pub struct SchemaStructPatchBuilder { /* private fields */ }