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 */ }pub type DynRetryPolicy = Arc<dyn RetryPolicy>;Convenience alias for an owned, type-erased retry policy on
crate::types::CrawlConfig.
pub struct DynRetryPolicy { /* private fields */ }