Crate progenitor_client

Source
Expand description

Support for generated clients.

Structs§

ByteStream
Untyped byte stream used for both success and error responses.
OperationInfo
Information about an operation, consumed by hook implementations.
ResponseValue
Typed value returned by generated client methods.

Enums§

Error
Error produced by generated client methods.

Traits§

ClientHooks
Interface for changing the behavior of generated clients. All clients implement this for &Client; to override the default behavior, implement some or all of the interfaces for the Client type (without the reference). This mechanism relies on so-called “auto-ref specialization”.
ClientInfo
Interface for which an implementation is generated for all clients.