Type Definition thin_jsonrpc_client::ClientDriverError
source · pub type ClientDriverError = ResponseStreamError;Expand description
An error driving the message receiving. If the stream subsequently
returns None, it was due to the last emitted error.