Trait sn0int::ipc::child::IpcChild[][src]

pub trait IpcChild: Debug {
    fn send(&mut self, event: &Event) -> Result<()>;
fn recv(&mut self) -> Result<Value>; }

Required methods

Implementors