Module hrpc::client[][src]

Common client types and functions.

Structs

Client

Generic client implementation with common methods.

ReadSocket

A read-only version of Socket.

Socket

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

WriteSocket

A write-only version of Socket.

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.