pub struct OutputInjector;Expand description
Output injector for command results
Implementations§
Source§impl OutputInjector
impl OutputInjector
Sourcepub fn inject(
result: &CommandExecutionResult,
config: &OutputInjectionConfig,
) -> Result<String>
pub fn inject( result: &CommandExecutionResult, config: &OutputInjectionConfig, ) -> Result<String>
Inject command output into chat format
Auto Trait Implementations§
impl Freeze for OutputInjector
impl RefUnwindSafe for OutputInjector
impl Send for OutputInjector
impl Sync for OutputInjector
impl Unpin for OutputInjector
impl UnwindSafe for OutputInjector
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