Function spawn_error_to_string
Source pub fn spawn_error_to_string(err: &Box<dyn Any + Send>) -> String
Expand description
Converts a panic-captured error value into a string.
§Arguments
&SpawnError - The captured error value.
§Returns
String - The error string representation.