Skip to main content
Module request_message
bitwarden_
ipc
3.0.0
Module request_
message
Module Items
Structs
Constants
In bitwarden_
ipc::
rpc
bitwarden_ipc
::
rpc
Module
request_
message
Copy item path
Source
Structs
§
Partial
RpcRequest
Message
🔒
RpcRequest
Message
RpcRequest
Payload
Represents the payload of an RPC request. It encapsulates both the serialized and deserialized form of the request. This allows for efficient handling of requests without having to implement deserialization in multiple places.
Constants
§
RPC_
REQUEST_
PAYLOAD_
TYPE_
NAME
Fixed topic every RPC request is published on. The receiver matches incoming messages against this topic to route them to the handler registry.