Trait Message

Source
pub trait Message {
    type Output;
}
Expand description

An actor message.

Required Associated Types§

Source

type Output

The response type of the message.

Implementors§