Skip to main content

Message

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§