Module hrpc::client[][src]

Expand description

Common client types and functions.

Modules

socket

Socket implementations.

Structs

Client

Generic client implementation with common methods.

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.