pub fn is_table_header_line(line: &str) -> bool
Whether line looks like a table header row (has pipe-separated segments with at least one non-empty cell).
line