Function tokio_error_to_string
Source pub fn tokio_error_to_string(err: &JoinError) -> String
Expand description
Converts a panic-captured error value into a string.
§Arguments
&JoinError
- The captured error value.
§Returns
String
- The error string representation.