Skip to main content

write_message

Function write_message 

Source
pub fn write_message<W: Write>(writer: &mut W, body: &str) -> Result<(), String>
Expand description

Write a Content-Length framed JSON-RPC message to a writer.