Skip to main content

PhaseFn

Type Alias PhaseFn 

Source
pub type PhaseFn = for<'a> fn(&'a Orchestrator, &'a mut PhaseContext) -> BoxFuture<'a, PhaseOutcome>;
Expand description

Async phase function signature.