Trait FlowInstanceProvider

Source
pub trait FlowInstanceProvider: Send + Sync {
    // Required method
    fn get_flow_instances(&self) -> Vec<FlowInstance>;
}

Required Methods§

Source

fn get_flow_instances(&self) -> Vec<FlowInstance>

Implementors§