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