Struct message_queue_service::mqs::MessageQueue [] [src]

pub struct MessageQueue;

Methods

impl MessageQueue
[src]

Trait Implementations

impl Service for MessageQueue
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.