pub struct RichResumeExecutor;Expand description
Enhanced resume with explicit status classification.
Implementations§
Source§impl RichResumeExecutor
impl RichResumeExecutor
pub fn resume<S: FlowState>( engine: &mut FlowEngine<S>, flow_id: &str, external_data: Vec<(TypeId, Box<dyn CloneAny>)>, previous_state: S, ) -> RichResumeResult
Auto Trait Implementations§
impl Freeze for RichResumeExecutor
impl RefUnwindSafe for RichResumeExecutor
impl Send for RichResumeExecutor
impl Sync for RichResumeExecutor
impl Unpin for RichResumeExecutor
impl UnsafeUnpin for RichResumeExecutor
impl UnwindSafe for RichResumeExecutor
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