pub fn decode_frame<C: ChannelKind, T: DeserializeOwned>(
bytes: &[u8],
encoding: PayloadEncoding,
) -> Result<BinaryFrame<C, T>, BinaryError>Expand description
Decode a frame without any pre-shared dictionaries.
pub fn decode_frame<C: ChannelKind, T: DeserializeOwned>(
bytes: &[u8],
encoding: PayloadEncoding,
) -> Result<BinaryFrame<C, T>, BinaryError>Decode a frame without any pre-shared dictionaries.