pub struct ShelloutDispatcher { /* private fields */ }Expand description
Dispatcher that sources a driver lib and calls driver_invoke in bash.
Static env vars are wired once at construction; CURRENT_ITER is injected
per-dispatch by Dispatcher::run.
Implementations§
Trait Implementations§
Source§impl Dispatcher for ShelloutDispatcher
impl Dispatcher for ShelloutDispatcher
Auto Trait Implementations§
impl Freeze for ShelloutDispatcher
impl RefUnwindSafe for ShelloutDispatcher
impl Send for ShelloutDispatcher
impl Sync for ShelloutDispatcher
impl Unpin for ShelloutDispatcher
impl UnsafeUnpin for ShelloutDispatcher
impl UnwindSafe for ShelloutDispatcher
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