pub fn spawn_error_to_string(err: Box<dyn Any + Send>) -> StringExpand description
Converts a panic-captured error value into a string.
err: The captured error value, of typeBox<dyn Any + Send>.- Returns: A string representation of the error value.