Trait rhook::RunHook[][src]

pub trait RunHook {
    fn add_hook(&mut self, hook: Hook) -> Anchor<'_>;
fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_>; }

Specify libc hooks for a Command

Required methods

fn add_hook(&mut self, hook: Hook) -> Anchor<'_>[src]

Add a libc hook to the command

fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_>[src]

Add a Vec of libc hooks to the command

Loading content...

Implementations on Foreign Types

impl RunHook for Command[src]

Loading content...

Implementors

impl RunHook for Anchor<'_>[src]

Loading content...