Skip to main content

parse_response

Function parse_response 

Source
pub fn parse_response(
    line: &str,
) -> Result<JsonRpcResponse, AgentNetworkClientError>
Expand description

Parse a JSON-RPC response from a raw line of text.