Skip to main content

MilestoneEvaluationHandler

Type Alias MilestoneEvaluationHandler 

Source
pub type MilestoneEvaluationHandler = Arc<dyn Fn(MilestoneEvaluationContext) -> BoxFuture<'static, Result<MilestoneCheckResult>> + Send + Sync>;

Aliased Type§

pub struct MilestoneEvaluationHandler { /* private fields */ }