pub struct SharedStepHandle<T, S> { /* private fields */ }Expand description
A shared version of StepHandle.
A SharedStepHandle is cloneable, and can be used to retrieve the
output of a step across multiple dependent steps.
Implementations§
Sourcepub async fn into_value(self, _token: &StepHandleToken<S>) -> T
pub async fn into_value(self, _token: &StepHandleToken<S>) -> T
Resolves to the output from a step, T.
Trait Implementations§
Auto Trait Implementations§
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