Structs§
- FnIpc
Handler - 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.