Function wire_decode

Source
fn wire_decode<M: Message>(bytes: &[u8]) -> Result<M>
Expand description

Decode a wire frame back into a message.