Trait puppet::Message

source ·
pub trait Message {
    type Output;
}
Expand description

An actor message.

Required Associated Types§

The response type of the message.

Implementors§