pub fn try_deserialize_ok<J, T, E, ErrResp>( result: RpcResult<J, E, ErrResp>, ) -> RpcResult<T, E, ErrResp>where J: Borrow<RawValue>, T: RpcReturn, ErrResp: RpcReturn,
Attempt to deserialize the Ok(_) variant of an RpcResult.
Ok(_)
RpcResult