Expand description
Support for generated clients.
Structs§
- Byte
Stream - Untyped byte stream used for both success and error responses.
- Operation
Info - Information about an operation, consumed by hook implementations.
- Response
Value - Typed value returned by generated client methods.
Enums§
- Error
- Error produced by generated client methods.
Traits§
- Client
Hooks - 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 theClient
type (without the reference). This mechanism relies on so-called “auto-ref specialization”. - Client
Info - Interface for which an implementation is generated for all clients.