Function decode_message

Source
pub fn decode_message<T: Iterator<Item = Result<u8, Error>>>(
    iter: &mut T,
) -> Result<Vec<u8>>
Expand description

Decodes a binary message, which was encoded on the other side. May return an error if the data is invalid.