Constant fizyr_rpc::HEADER_LEN[][src]

pub const HEADER_LEN: u32 = 12;
Expand description

The encoded length of a message header.

This does not include the message framing that may be used by a transport. For example, StreamTransport preceeds each message by a 32 bit message size.