Skip to main content

CustomPlanResolver

Type Alias CustomPlanResolver 

Source
pub type CustomPlanResolver = Box<dyn Fn(PlanResolverContext<'_>) -> Pin<Box<dyn Future<Output = Result<UpdatePlan, UpdateKitError>> + Send>> + Send + Sync>;
Expand description

Type alias for a custom plan resolver function.

Aliased Typeยง

pub struct CustomPlanResolver(/* private fields */);