Skip to main content

parse_response

Function parse_response 

Source
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.