Module hrpc::client[][src]

Common client types and functions.

Structs

Socket

A websocket, wrapped for ease of use with protobuf messages.

Enums

ClientError

Errors that can occur within Client operation.

InvalidUrlKind

Errors that can occur while parsing the URL given to Client::new().

Type Definitions

ClientResult

Convenience type for Client operation result.