Function lrg::get_walkdir_error_str

source ·
pub fn get_walkdir_error_str(err: &Error) -> String
Expand description

This function gets a string for a walkdir error. This is needed since io_error.to_str() is not public.