extern structstd.zig.Client.Message.Header[src]

Fields

tag: Tag
bytes_len: u32

Size of the body only; does not include this Header.

Source Code

Source code
pub const Header = extern struct {
    tag: Tag,
    /// Size of the body only; does not include this Header.
    bytes_len: u32,
}