pub struct DagTool<I, O> { /* private fields */ }Expand description
Wraps a DAG execution as a RequestResponse provider.
Trait Implementations§
Source§impl<I, O> RequestResponse<I, O> for DagTool<I, O>
impl<I, O> RequestResponse<I, O> for DagTool<I, O>
Auto Trait Implementations§
impl<I, O> !RefUnwindSafe for DagTool<I, O>
impl<I, O> !UnwindSafe for DagTool<I, O>
impl<I, O> Freeze for DagTool<I, O>
impl<I, O> Send for DagTool<I, O>
impl<I, O> Sync for DagTool<I, O>
impl<I, O> Unpin for DagTool<I, O>
impl<I, O> UnsafeUnpin for DagTool<I, O>
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