pub fn _limit_path_len_io_err(path: &Path, err: Error) -> PolarsErrorExpand description
Attaches path to err, keeping its io::ErrorKind.
The path is available in full through PathIoError, and truncated in the message.
pub fn _limit_path_len_io_err(path: &Path, err: Error) -> PolarsErrorAttaches path to err, keeping its io::ErrorKind.
The path is available in full through PathIoError, and truncated in the message.