Type Alias PlannerCallback
pub type PlannerCallback = fn(PlanRequest<'_>) -> Result<FilterPlan, PixelFlowError>;Expand description
Planner callback type used by Rust plugin authors.
pub type PlannerCallback = fn(PlanRequest<'_>) -> Result<FilterPlan, PixelFlowError>;Planner callback type used by Rust plugin authors.