pub type FlowPolicy<S> = Box<dyn Fn(&FlowDefinition<S>, &mut PluginReport) + Send + Sync>;Expand description
Flow policy โ a lint rule applied to a flow definition.
Aliased Typeยง
pub struct FlowPolicy<S>(/* private fields */);pub type FlowPolicy<S> = Box<dyn Fn(&FlowDefinition<S>, &mut PluginReport) + Send + Sync>;Flow policy โ a lint rule applied to a flow definition.
pub struct FlowPolicy<S>(/* private fields */);