Function column_n

Source
pub fn column_n(
    path: &Path,
    sep: char,
    quote: char,
) -> Result<Option<usize>, Box<dyn Error>>