Skip to main content

FlowPolicy

Type Alias FlowPolicy 

Source
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 */);