pub struct FlowExecutor;
Expand description
Executes flow steps
Implementations§
Source§impl FlowExecutor
impl FlowExecutor
pub fn new() -> Self
Sourcepub async fn execute_steps(
&self,
steps: Vec<Step>,
context: SharedContext,
) -> Result<()>
pub async fn execute_steps( &self, steps: Vec<Step>, context: SharedContext, ) -> Result<()>
Execute a list of steps sequentially
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowExecutor
impl RefUnwindSafe for FlowExecutor
impl Send for FlowExecutor
impl Sync for FlowExecutor
impl Unpin for FlowExecutor
impl UnwindSafe for FlowExecutor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more