[][src]Trait async_reply::Message

pub trait Message: 'static + Send {
    type Response: Send;
}

A trait to bind the message and its respective response type.

Associated Types

type Response: Send[src]

The response type of the message.

Loading content...

Implementors

Loading content...