pub fn encode_connect_request(
request: &ConnectRequest,
) -> Result<Builder<HeapAllocator>, RpcError>Expand description
Encodes a ConnectRequest into a Cap’n Proto message (used by tests and
the mock edge).
pub fn encode_connect_request(
request: &ConnectRequest,
) -> Result<Builder<HeapAllocator>, RpcError>Encodes a ConnectRequest into a Cap’n Proto message (used by tests and
the mock edge).