pub fn decode(json: &str) -> Result<ServerMessage, CodecError>Expand description
Parse a JSON string from the wire into a ServerMessage.
pub fn decode(json: &str) -> Result<ServerMessage, CodecError>Parse a JSON string from the wire into a ServerMessage.