struct SmallMessage [src]

Fields

opcode: OpcodeCan be text, binary, or ping.
data: []u8

Source

pub const SmallMessage = struct { /// Can be text, binary, or ping. opcode: Opcode, data: []u8, }