pub const RPC_PROTOCOL_VERSION: u32 = 1;Expand description
Wire-format protocol version. Both sides must agree on this value;
the child advertises it in its RpcEvent::Ready frame.
pub const RPC_PROTOCOL_VERSION: u32 = 1;Wire-format protocol version. Both sides must agree on this value;
the child advertises it in its RpcEvent::Ready frame.