Skip to main content

DynRetryPolicy

Type Alias DynRetryPolicy 

Source
pub type DynRetryPolicy = Arc<dyn RetryPolicy>;
Expand description

Convenience alias for an owned, type-erased retry policy on crate::types::CrawlConfig.

Aliased Typeยง

pub struct DynRetryPolicy { /* private fields */ }