Skip to main content

encode_wire

Function encode_wire 

Source
pub fn encode_wire(msg: &RoomMessage) -> Result<Vec<u8>>
Expand description

Serialize an unsigned RoomMessage to its on-wire bytes inside the new WireMessage::Plain envelope. The single helper keeps every send site in app/mod.rs from open-coding the wrap.