pub fn spawn_error_to_string(err: BoxAnySend) -> StringExpand description
Converts a panic-captured error value into a string.
err: The captured error value, of typeBoxAnySend.- Returns: A string representation of the error value.
pub fn spawn_error_to_string(err: BoxAnySend) -> StringConverts a panic-captured error value into a string.
err: The captured error value, of type BoxAnySend.