pub struct AsyncFlow { /* private fields */ }Implementations§
Source§impl AsyncFlow
impl AsyncFlow
pub fn new() -> Self
pub fn start(self, node: AsyncNode) -> Self
pub fn set_params(&mut self, params: Params)
pub async fn run(&self, shared: &mut (dyn Any + Send)) -> Result<()>
pub async fn run_with_params( &self, shared: &mut (dyn Any + Send), params: Params, ) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AsyncFlow
impl !UnwindSafe for AsyncFlow
impl Freeze for AsyncFlow
impl Send for AsyncFlow
impl Sync for AsyncFlow
impl Unpin for AsyncFlow
impl UnsafeUnpin for AsyncFlow
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