Module ipc

Module ipc 

Source

Re-exports§

pub use error::ResponseError;
pub use ipc::get_ipc_target;
pub use ipc::Ipc;
pub use ipc::IpcDispatch;
pub use method::Method;
pub use notification::Notification;
pub use result::ResponseResult;
pub use target::*;

Modules§

error
id
IPC message identifiers. Provides Id64 and allows for a custom construction of IPC message ids using the Generator trait.
imports
ipc
messages
method
Module containing IPC Method closure wrappers
notification
Module containing IPC Notification closure wrappers
result
target
types