Skip to main content

RetryPredicate

Type Alias RetryPredicate 

Source
pub type RetryPredicate = Arc<dyn Fn(&AgentGraphError) -> bool + Send + Sync>;
Expand description

Type alias for retry predicate function.

Aliased Type§

pub struct RetryPredicate { /* private fields */ }