Function wire_encode

Source
fn wire_encode<M: Message>(msg: &M) -> Result<Vec<u8>>
Expand description

Encode a message for wire transport.