pub fn parse_response<C: ControlCall>(
response: JsonRpcResponse,
) -> Result<C::Output, ControlError>Expand description
Parse a JSON-RPC response into a typed result, or the ControlError it carried. Pure.
pub fn parse_response<C: ControlCall>(
response: JsonRpcResponse,
) -> Result<C::Output, ControlError>Parse a JSON-RPC response into a typed result, or the ControlError it carried. Pure.