websocket_sans_io

Type Alias PayloadLength

Source
pub type PayloadLength = u64;
Expand description

Type alias for payload length. u64 by default, u16 when large_frames crate feature is off.