Module webwire::service::consumer[][src]

Expand description

Service consumer

Structs

This response object implements a future that can be polled in order to wait for the result of a method. It does however not need to be polled to make progress and shouldn’t be polled if it was created as part of a notification to multiple recipients (broadcast).

Enums

Error returned by the Consumer::call method

Traits

This trait is implemented by all generic consumers and used by the generated service code.

This trait adds a service name to the service consumer.