Trait actix::Message

source ·
pub trait Message {
    type Result: 'static;
}
Expand description

Message type

Required Associated Types§

The type of value that this message will resolved with if it is successful.

Implementors§