Skip to main content

send_json

Function send_json 

Source
pub fn send_json(
    w: &mut impl Write,
    msg_type: u8,
    msg: &impl Serialize,
) -> Result<(), Error>
Expand description

Serialize msg as JSON and send it as a typed frame.