pub fn try_create_struct(
field: &Field,
column_index: &mut ColumnIndexSequence,
context: &FieldEncodingContext<'_>,
) -> Result<Option<Box<dyn FieldEncoder>>>Expand description
Create a non-packed, non-empty struct encoder when field matches.