Skip to main content

Module ipc

Module ipc 

Source

Structs§

FnIpcHandler
A function-based IPC handler.
IpcMessage
A message sent from the frontend (JavaScript) to the backend (Rust).
IpcResponse
A response sent from the backend to the frontend.

Traits§

IpcHandler
Handler for IPC messages from the frontend.