pub type MaxRetryHandler = Arc<dyn Fn(String) -> Result<(), String> + Send + Sync>;
pub struct MaxRetryHandler { /* private fields */ }