Function ipc_channel::ipc::channel
[−]
[src]
pub fn channel<T>() -> Result<(IpcSender<T>, IpcReceiver<T>), Error> where
T: for<'de> Deserialize<'de> + Serialize,