```foo().map_err(|err| err.description().to_string...
# development
w
Copy code
foo().map_err(|err| err.description().to_string())?;