format_field_with_indent

Function format_field_with_indent 

Source
fn format_field_with_indent(
    result: &mut String,
    field_name: &str,
    data_type: &DataType,
    nullable: bool,
    indent: &str,
)
Expand description

Format field with proper nested indentation for complex types