pub fn parse_cols_single_str(s: &str) -> Result<Cols, ConfError>
Expand description

return a Cols which tries to take the s setting into account but is guaranteed to have every Col exactly once.