pub fn decode_frame(buf: &[u8]) -> Result<BinaryFrame>Expand description
Decode a frame from raw bytes (after the 4-byte length prefix has been read).
pub fn decode_frame(buf: &[u8]) -> Result<BinaryFrame>Decode a frame from raw bytes (after the 4-byte length prefix has been read).