arc_retryable_to_error

Function arc_retryable_to_error 

Source
pub fn arc_retryable_to_error(
    retryable: Arc<dyn RetryableError>,
) -> Arc<dyn Error>
Expand description

Convert an Arc<[RetryableError]> to a Standard Library Arc<Error>