Function row_to_string

Source
pub fn row_to_string(
    order_names: &[String],
    struct_values: &Vec<Option<ScalarImpl>>,
) -> (String, String)