Function text_concat_binary

Source
fn text_concat_binary<'a>(
    a: &str,
    b: &str,
    temp_storage: &'a RowArena,
) -> &'a str